aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2020-10-03 00:22:02 +0200
committerFabian Jahr <fjahr@protonmail.com>2020-10-03 00:44:59 +0200
commit1885ad35467f201f2a210057797aae8a450e7cdf (patch)
tree862f815a371506bf3723da17aacde32271be49e5 /src/rpc/blockchain.cpp
parent171cd05ae3413e18fd6382572c86f2bb21ab2fd9 (diff)
downloadbitcoin-1885ad35467f201f2a210057797aae8a450e7cdf.tar.xz
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 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{