added refillfund rpc

This commit is contained in:
dimxy
2019-05-15 16:36:24 +05:00
parent 273f574e64
commit 3667b573fa
5 changed files with 48 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ UniValue PricesCashout(int64_t txfee,uint256 bettxid);
UniValue PricesInfo(uint256 bettxid,int32_t refheight);
UniValue PricesList(uint32_t filter, CPubKey mypk);
UniValue PricesGetOrderbook();
UniValue PricesRefillFund(int64_t amount);
#endif