diff options
| author | Fabian Jahr <[email protected]> | 2020-10-03 00:22:02 +0200 |
|---|---|---|
| committer | Fabian Jahr <[email protected]> | 2020-10-03 00:44:59 +0200 |
| commit | 1885ad35467f201f2a210057797aae8a450e7cdf (patch) | |
| tree | 862f815a371506bf3723da17aacde32271be49e5 /src/rpc/blockchain.cpp | |
| parent | Merge #20034: test: Get rid of default wallet hacks (diff) | |
| download | discoin-1885ad35467f201f2a210057797aae8a450e7cdf.tar.xz discoin-1885ad35467f201f2a210057797aae8a450e7cdf.zip | |
RPC: remove duplicate line in getblock help
Diffstat (limited to 'src/rpc/blockchain.cpp')
| -rw-r--r-- | src/rpc/blockchain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 0bb7342db..1fbddc1ce 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -928,7 +928,6 @@ static RPCHelpMan getblock() {RPCResult::Type::ELISION, "", "The transactions in the format of the getrawtransaction RPC. Different from verbosity = 1 \"tx\" result"}, }}, }}, - {RPCResult::Type::ELISION, "", "Same output as verbosity = 1"}, }}, }, RPCExamples{ |