Skip to content

Commit

Permalink
Fixed spelling mistake from Bitcoin to Phore (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML authored and meyer9 committed Jul 4, 2018
1 parent 6361e2b commit d524aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcdump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ UniValue importaddress(const UniValue& params, bool fHelp)
throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Cannot use the p2sh flag with an address - use a script instead");
ImportAddress(DecodeDestination(params[0].get_str()), strLabel);
} else {
throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Bitcoin address or script");
throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Phore address or script");
}

if (fRescan)
Expand Down

0 comments on commit d524aba

Please sign in to comment.