From 1885ad35467f201f2a210057797aae8a450e7cdf Mon Sep 17 00:00:00 2001 From: Fabian Jahr Date: Sat, 3 Oct 2020 00:22:02 +0200 Subject: RPC: remove duplicate line in getblock help --- src/rpc/blockchain.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rpc') 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{ -- cgit v1.2.3