diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2020-10-03 00:22:02 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2020-10-03 00:44:59 +0200 |
commit | 1885ad35467f201f2a210057797aae8a450e7cdf (patch) | |
tree | 862f815a371506bf3723da17aacde32271be49e5 /src | |
parent | 171cd05ae3413e18fd6382572c86f2bb21ab2fd9 (diff) |
RPC: remove duplicate line in getblock help
Diffstat (limited to 'src')
-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 0bb7342db0..1fbddc1ceb 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{ |