This commit is contained in:
blackjok3r
2019-02-19 11:45:14 +08:00
parent 8003443417
commit a14c2a2af5

View File

@@ -5466,7 +5466,7 @@ UniValue setpubkey(const UniValue& params, bool fHelp)
}
else
result.push_back(Pair("error", "pubkey is wrong length, must be 66 char hex string."));
}
}
else
{
if ( NOTARY_ADDRESS.empty() )