Change example addresses to bech32

This commit is contained in:
Yusuf Sahin HAMZA 2020-02-25 19:12:04 +03:00
parent 31c0006a6c
commit 3e32499909
No known key found for this signature in database
GPG key ID: 4D06AE0833B86938
5 changed files with 28 additions and 28 deletions

View file

@ -44,8 +44,8 @@ static UniValue validateaddress(const JSONRPCRequest& request)
"}\n"
},
RPCExamples{
HelpExampleCli("validateaddress", EXAMPLE_ADDRESS) +
HelpExampleRpc("validateaddress", EXAMPLE_ADDRESS)
HelpExampleCli("validateaddress", "\"" + EXAMPLE_ADDRESS[0] + "\"") +
HelpExampleRpc("validateaddress", "\"" + EXAMPLE_ADDRESS[0] + "\"")
},
}.Check(request);