mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
rpc: update getaddressinfo RPCExamples to bech32
This commit is contained in:
parent
8d1ed0c263
commit
2ee0cb3330
1 changed files with 2 additions and 2 deletions
|
@ -3758,8 +3758,8 @@ UniValue getaddressinfo(const JSONRPCRequest& request)
|
|||
"}\n"
|
||||
},
|
||||
RPCExamples{
|
||||
HelpExampleCli("getaddressinfo", "\"1PSSGeFHDnKNxiEyFrD1wcEaHr9hrQDDWc\"")
|
||||
+ HelpExampleRpc("getaddressinfo", "\"1PSSGeFHDnKNxiEyFrD1wcEaHr9hrQDDWc\"")
|
||||
HelpExampleCli("getaddressinfo", "\"bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl\"") +
|
||||
HelpExampleRpc("getaddressinfo", "\"bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl\"")
|
||||
},
|
||||
}.Check(request);
|
||||
|
||||
|
|
Loading…
Reference in a new issue