mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
doc: Fix walletdisplayaddress RPC doc
This commit is contained in:
parent
40a9037a1b
commit
fa22ddc7d5
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue