X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fbitcoinrpc.h;h=6c707ea87fcf72712b38b112d19d852920642fbe;hp=84dd6a4523d9cc596af997c43f1637dc008cf945;hb=27e35b80c7f1b1bbf43f1d7b719a2569e8149f9f;hpb=7f910f05a59a13fc96b8a4cafa4e6fdd5de725e4 diff --git a/src/bitcoinrpc.h b/src/bitcoinrpc.h index 84dd6a4..6c707ea 100644 --- a/src/bitcoinrpc.h +++ b/src/bitcoinrpc.h @@ -203,7 +203,7 @@ extern json_spirit::Value getinfo(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value reservebalance(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value checkwallet(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value repairwallet(const json_spirit::Array& params, bool fHelp); -extern json_spirit::Value resendtx(const json_spirit::Array& params, bool fHelp); +extern json_spirit::Value resendwallettransactions(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value makekeypair(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value mergecoins(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value newmalleablekey(const json_spirit::Array& params, bool fHelp); @@ -211,8 +211,8 @@ extern json_spirit::Value adjustmalleablekey(const json_spirit::Array& params, b extern json_spirit::Value adjustmalleablepubkey(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value listmalleableviews(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value dumpmalleablekey(const json_spirit::Array& params, bool fHelp); -extern json_spirit::Value validatemalleablepubkey(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value importmalleablekey(const json_spirit::Array& params, bool fHelp); +extern json_spirit::Value dumppem(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value encryptdata(const json_spirit::Array& params, bool fHelp); // in rpccrypt.cpp extern json_spirit::Value decryptdata(const json_spirit::Array& params, bool fHelp);