Skip to content

Commit

Permalink
[monacoin] Fix HRP parts in EXAMPLE_ADDRESSes.
Browse files Browse the repository at this point in the history
Signed-off-by: cryptcoin-junkey <cryptcoin.junkey@gmail.com>
  • Loading branch information
cryptcoin-junkey committed Jun 17, 2021
1 parent 87ccaf8 commit 9cf8313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <tuple>

const std::string UNIX_EPOCH_TIME = "UNIX epoch time";
const std::string EXAMPLE_ADDRESS[2] = {"bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl", "bc1q02ad21edsxd23d32dfgqqsz4vv4nmtfzuklhy3"};
const std::string EXAMPLE_ADDRESS[2] = {"mona1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl", "mona1q02ad21edsxd23d32dfgqqsz4vv4nmtfzuklhy3"};

void RPCTypeCheck(const UniValue& params,
const std::list<UniValueType>& typesExpected,
Expand Down

0 comments on commit 9cf8313

Please sign in to comment.