We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80891ee commit e21d8d6Copy full SHA for e21d8d6
src/rpc/rpcevo.cpp
@@ -697,7 +697,7 @@ UniValue protx_update_registrar(const JSONRPCRequest& request)
697
ptx.pubKeyOperator = ParseBLSPubKey(request.params[2].get_str(), "operator BLS address");
698
}
699
if (request.params[3].get_str() != "") {
700
- ptx.keyIDVoting = ParsePubKeyIDFromAddress(request.params[3].get_str(), "operator address");
+ ptx.keyIDVoting = ParsePubKeyIDFromAddress(request.params[3].get_str(), "voting address");
701
702
703
CBitcoinAddress payoutAddress(request.params[4].get_str());
0 commit comments