added all|open|close opt param to priceslist, mypriceslist

This commit is contained in:
dimxy
2019-04-22 13:18:32 +05:00
parent a18ab80dde
commit c19d636d7d
3 changed files with 46 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ UniValue PricesSetcostbasis(int64_t txfee,uint256 bettxid);
UniValue PricesRekt(int64_t txfee,uint256 bettxid,int32_t rektheight);
UniValue PricesCashout(int64_t txfee,uint256 bettxid);
UniValue PricesInfo(uint256 bettxid,int32_t refheight);
UniValue PricesList(CPubKey mypk);
UniValue PricesList(uint32_t filter, CPubKey mypk);
#endif