mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-02 11:41:18 +00:00
Merge bitcoin/bitcoin#22979: doc: Fix walletdisplayaddress RPC doc
fa22ddc7d570feda649bedebeacd42a3b67ce24c doc: Fix walletdisplayaddress RPC doc (MarcoFalke)
Pull request description:
Previously the description was empty
ACKs for top commit:
fanquake:
ACK fa22ddc7d570feda649bedebeacd42a3b67ce24c
Tree-SHA512: f8898f9545378dd9f68eba036745776c1bc8d43c4753a19fcd9c3d945a11d9e07cd394d9ed215c2d090964830f785f812f18608f04fc7e2fb73730fc77c5d807
This commit is contained in:
commit
bd5670eafc
@ -4650,10 +4650,11 @@ static RPCHelpMan upgradewallet()
|
||||
#ifdef ENABLE_EXTERNAL_SIGNER
|
||||
static RPCHelpMan walletdisplayaddress()
|
||||
{
|
||||
return RPCHelpMan{"walletdisplayaddress",
|
||||
return RPCHelpMan{
|
||||
"walletdisplayaddress",
|
||||
"Display address on an external signer for verification.",
|
||||
{
|
||||
{"address", RPCArg::Type::STR, RPCArg::Optional::NO, /* default_val */ "", "bitcoin address to display"},
|
||||
{"address", RPCArg::Type::STR, RPCArg::Optional::NO, "bitcoin address to display"},
|
||||
},
|
||||
RPCResult{
|
||||
RPCResult::Type::OBJ,"","",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user