aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
diff options
context:
space:
mode:
authorFabian Jahr <[email protected]>2020-10-03 00:22:02 +0200
committerFabian Jahr <[email protected]>2020-10-03 00:44:59 +0200
commit1885ad35467f201f2a210057797aae8a450e7cdf (patch)
tree862f815a371506bf3723da17aacde32271be49e5 /src/rpc/blockchain.cpp
parentMerge #20034: test: Get rid of default wallet hacks (diff)
downloaddiscoin-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.cpp1
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{