Add three to migrate

This commit is contained in:
jl777
2018-12-15 07:43:08 -11:00
parent 3eb0194063
commit ba0c0794eb

View File

@@ -946,8 +946,8 @@ again:
lastamount3 = lastamount2;
lastamount2 = lastamount;
lastamount = amount;
if ( amount > stdamount+txfee )
amount = stdamount + txfee;
if ( amount > stdamount+2*txfee )
amount = stdamount + 2*txfee;
if ( getnewaddress(coinaddr,coinstr,"") == 0 )
{
z_sendmany(opidstr,coinstr,"",zcaddr,coinaddr,amount-txfee);