X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fbitcoinrpc.cpp;h=bf82c301032712c92e806e339cea02babc7588c5;hb=3833b4e69b7fb9cca574cbead4a765fff0663f16;hp=5535b9bbea2aedfcef7254b9dd5462ad2c44b4e1;hpb=0d30c6a53e6aa6df9a3f61ea8d2719f165497efd;p=novacoin.git diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 5535b9b..bf82c30 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -323,6 +323,8 @@ static const CRPCCommand vRPCCommands[] = { "dumpmalleablekey", &dumpmalleablekey, false, false}, { "encryptdata", &encryptdata, false, false }, { "decryptdata", &decryptdata, false, false }, + { "encryptmessage", &encryptmessage, false, false }, + { "decryptmessage", &decryptmessage, false, false }, { "sendalert", &sendalert, false, false}, };