added test to try to spend heir marker F

This commit is contained in:
dimxy
2019-01-22 20:21:45 +05:00
parent 28d090c05e
commit 3865cae643
3 changed files with 30 additions and 0 deletions

View File

@@ -471,6 +471,8 @@ extern UniValue paxprices(const UniValue& params, bool fHelp);
extern UniValue paxdeposit(const UniValue& params, bool fHelp);
extern UniValue paxwithdraw(const UniValue& params, bool fHelp);
// test rpc:
extern UniValue test_ac(const UniValue& params, bool fHelp);
extern UniValue test_heirmarker(const UniValue& params, bool fHelp);
#endif // BITCOIN_RPCSERVER_H