diff options
| author | MarcoFalke <[email protected]> | 2019-12-11 10:40:45 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-12-11 10:40:49 -0500 |
| commit | f1d3d3430e3b89e48a879a7645c3c91efa46f156 (patch) | |
| tree | d45ff4f5dd34b93bcfeb95d6463729ce6e6cee20 /src/interfaces/node.cpp | |
| parent | Merge #17697: CI: GitHub Action workflow which duplicates AppVeyor job (diff) | |
| parent | rpc: add missing newline in analyzepsbt rpcresult (diff) | |
| download | discoin-f1d3d3430e3b89e48a879a7645c3c91efa46f156.tar.xz discoin-f1d3d3430e3b89e48a879a7645c3c91efa46f156.zip | |
Merge #17714: rpc: add missing newline in analyzepsbt RPCResult
7e8b4de0591437e5a964e458c024eacfd013887d rpc: add missing newline in analyzepsbt rpcresult (Jon Atack)
Pull request description:
follow-up to 638e40c in #17524
before
```
"error" : "error" (string) Error message if there is one}
```
after
```
"error" : "error" (string) Error message if there is one
}
```
ACKs for top commit:
practicalswift:
ACK 7e8b4de0591437e5a964e458c024eacfd013887d
promag:
ACK 7e8b4de0591437e5a964e458c024eacfd013887d.
emilengler:
ACK 7e8b4de
Tree-SHA512: 4cdd365e39d15b7925ea277b7ff3e9bfdc22f5845aa41ca547343b4dabdf319579843a1c7f11fb0edd6abbc31bae2ec96236b83e84f8872bd662848723725e4c
Diffstat (limited to 'src/interfaces/node.cpp')
0 files changed, 0 insertions, 0 deletions