This commit is contained in:
jl777
2019-01-12 09:29:45 -11:00
parent 70de1f76bd
commit 78b7341aa5

View File

@@ -337,7 +337,7 @@ UniValue MarmaraPoolPayout(uint64_t txfee,int32_t firstheight,double perc,char *
decode_hex(buf,33,pkstr);
mtx.vout.push_back(MakeCC1of2vout(EVAL_MARMARA,payout,Marmarapk,buf2pk(buf)));
x.push_back(Pair(pkstr, (double)payout/COIN));
a.push_back(item);
a.push_back(x);
}
}
}