mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 11:02:37 +02:00
RPC: remove duplicate line in getblock help
This commit is contained in:
@@ -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, "", "The transactions in the format of the getrawtransaction RPC. Different from verbosity = 1 \"tx\" result"},
|
||||||
}},
|
}},
|
||||||
}},
|
}},
|
||||||
{RPCResult::Type::ELISION, "", "Same output as verbosity = 1"},
|
|
||||||
}},
|
}},
|
||||||
},
|
},
|
||||||
RPCExamples{
|
RPCExamples{
|
||||||
|
Reference in New Issue
Block a user