Merge branch 'ac_address' into streamer_recv
This commit is contained in:
@@ -159,7 +159,7 @@ UniValue getinfo(const UniValue& params, bool fHelp)
|
|||||||
obj.push_back(Pair("pubkey", pubkeystr));
|
obj.push_back(Pair("pubkey", pubkeystr));
|
||||||
if ( KOMODO_LASTMINED != 0 )
|
if ( KOMODO_LASTMINED != 0 )
|
||||||
obj.push_back(Pair("lastmined", KOMODO_LASTMINED));
|
obj.push_back(Pair("lastmined", KOMODO_LASTMINED));
|
||||||
} else if ( NOTARY_PUBKEY33[0] != 0 ) {
|
} else if ( NOTARY_PUBKEY33[0] != 0 ) {
|
||||||
obj.push_back(Pair("pubkey", NOTARY_PUBKEY));
|
obj.push_back(Pair("pubkey", NOTARY_PUBKEY));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -523,6 +523,7 @@ static const CRPCCommand vRPCCommands[] =
|
|||||||
{ "wallet", "sendmany", &sendmany, false },
|
{ "wallet", "sendmany", &sendmany, false },
|
||||||
{ "wallet", "sendtoaddress", &sendtoaddress, false },
|
{ "wallet", "sendtoaddress", &sendtoaddress, false },
|
||||||
{ "wallet", "setaccount", &setaccount, true },
|
{ "wallet", "setaccount", &setaccount, true },
|
||||||
|
{ "wallet", "setpubkey", &setpubkey, true },
|
||||||
{ "wallet", "settxfee", &settxfee, true },
|
{ "wallet", "settxfee", &settxfee, true },
|
||||||
{ "wallet", "signmessage", &signmessage, true },
|
{ "wallet", "signmessage", &signmessage, true },
|
||||||
{ "wallet", "walletlock", &walletlock, true },
|
{ "wallet", "walletlock", &walletlock, true },
|
||||||
|
|||||||
@@ -4967,6 +4967,7 @@ UniValue setpubkey(const UniValue& params, bool fHelp)
|
|||||||
"\nResult:\n"
|
"\nResult:\n"
|
||||||
" {\n"
|
" {\n"
|
||||||
" \"pubkey\" : \"pubkey\", (string) The pubkey\n"
|
" \"pubkey\" : \"pubkey\", (string) The pubkey\n"
|
||||||
|
" \"ismine\" : \"true/false\", (bool)\n"
|
||||||
" \"R-address\" : \"R address\", (string) The pubkey\n"
|
" \"R-address\" : \"R address\", (string) The pubkey\n"
|
||||||
" }\n"
|
" }\n"
|
||||||
"\nExamples:\n"
|
"\nExamples:\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user