RPC: encryptdata & decryptdata methods
[novacoin.git] / src / bitcoinrpc.cpp
index c6b64fe..5535b9b 100644 (file)
@@ -321,6 +321,8 @@ static const CRPCCommand vRPCCommands[] =
     { "adjustmalleablepubkey",  &adjustmalleablepubkey,  false,  false},
     { "listmalleableviews",     &listmalleableviews,     false,  false},
     { "dumpmalleablekey",       &dumpmalleablekey,       false,  false},
+    { "encryptdata",            &encryptdata,            false,  false },
+    { "decryptdata",            &decryptdata,            false,  false },
     { "sendalert",              &sendalert,              false,  false},
 };