Skip to content

Commit 1885ad3

Browse files
committed
RPC: remove duplicate line in getblock help
1 parent 171cd05 commit 1885ad3

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)