add vout with test revshare fee

This commit is contained in:
dimxy
2019-05-12 15:03:30 +05:00
parent 74bf716aca
commit 38213f23a0
2 changed files with 9 additions and 2 deletions

View File

@@ -41,6 +41,8 @@ extern CScript KOMODO_EARLYTXID_SCRIPTPUB;
#define PRICES_NORMFACTOR (int64_t)(SATOSHIDEN)
#define PRICES_POINTFACTOR (int64_t)10000
#define PRICES_SUBREVSHAREFEE(amount) ((amount) / 199 * 200)
bool PricesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx, uint32_t nIn);
// CCcustom