@@ -384,7 +384,7 @@ Value setaccount(const Array& params, bool fHelp)
uint160hash160;
boolisValid=AddressToHash160(strAddress,hash160);
if(!isValid)
throwruntime_error("provided address is not valid");
throwJSONRPCError(-5,"Invalid bitcoin address");
stringstrAccount;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.