diff options
| author | Jon Atack <[email protected]> | 2019-10-28 17:26:03 +0100 |
|---|---|---|
| committer | Jon Atack <[email protected]> | 2019-11-24 23:07:05 +0100 |
| commit | 2ee0cb3330ccf70f0540cb42370796e32eff1569 (patch) | |
| tree | fa057444e0cfdca52faaed0bc5c51c41621c89ca /src | |
| parent | rpc: clarify label vs labels in getaddressinfo RPCHelpman (diff) | |
| download | discoin-2ee0cb3330ccf70f0540cb42370796e32eff1569.tar.xz discoin-2ee0cb3330ccf70f0540cb42370796e32eff1569.zip | |
rpc: update getaddressinfo RPCExamples to bech32
Diffstat (limited to 'src')
| -rw-r--r-- | src/wallet/rpcwallet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 253466ad7..9dd7d8435 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -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); |