Skip to content

Commit dde1049

Browse files
committed
Merge #20064: RPC: remove duplicate line in getblock help
1885ad3 RPC: remove duplicate line in getblock help (Fabian Jahr) Pull request description: Line simply seems duplicated in error. Testing instructions: Run `src/bitcoin-cli help getblock` on master branch to reproduce. Then build this PR and compare its results. ACKs for top commit: dhruv: tACK `1885ad3` kristapsk: ACK 1885ad3 Emzy: tACK 1885ad3 Tree-SHA512: 870c035cb553b0e1d5ef72e64231ef277e0392efe94bc6ecf47129023bd94a6d5a276f46529807f68a1db55c7baa94d9119c7264d9947bc4e5dd9dcefd1b13e7
2 parents cce1513 + 1885ad3 commit dde1049

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rpc/blockchain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,6 @@ static RPCHelpMan getblock()
928928
{RPCResult::Type::ELISION, "", "The transactions in the format of the getrawtransaction RPC. Different from verbosity = 1 \"tx\" result"},
929929
}},
930930
}},
931-
{RPCResult::Type::ELISION, "", "Same output as verbosity = 1"},
932931
}},
933932
},
934933
RPCExamples{

0 commit comments

Comments
 (0)