diff options
author | Jon Atack <jon@atack.com> | 2019-10-28 17:26:03 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2019-11-24 23:07:05 +0100 |
commit | 2ee0cb3330ccf70f0540cb42370796e32eff1569 (patch) | |
tree | fa057444e0cfdca52faaed0bc5c51c41621c89ca | |
parent | 8d1ed0c263f8cdff7189f02040b5d02238d93da0 (diff) |
rpc: update getaddressinfo RPCExamples to bech32
-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 253466ad78..9dd7d8435c 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); |