X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fbitcoinrpc.cpp;h=80674d6a1faa16ed5c1b5fbfcdc44afc266f6b1c;hb=9c9ba366ebc85b0d8eef6d962a9fa84cffe0cae7;hp=bf82c301032712c92e806e339cea02babc7588c5;hpb=ac7598160fb4a54fcc2c759e3f6c8a461b331381;p=novacoin.git diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index bf82c30..80674d6 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -321,6 +321,8 @@ static const CRPCCommand vRPCCommands[] = { "adjustmalleablepubkey", &adjustmalleablepubkey, false, false}, { "listmalleableviews", &listmalleableviews, false, false}, { "dumpmalleablekey", &dumpmalleablekey, false, false}, + { "validatemalleablepubkey",&validatemalleablepubkey,true, false }, + { "importmalleablekey", &importmalleablekey, true, false }, { "encryptdata", &encryptdata, false, false }, { "decryptdata", &decryptdata, false, false }, { "encryptmessage", &encryptmessage, false, false },