Add three to migrate
This commit is contained in:
@@ -946,8 +946,8 @@ again:
|
|||||||
lastamount3 = lastamount2;
|
lastamount3 = lastamount2;
|
||||||
lastamount2 = lastamount;
|
lastamount2 = lastamount;
|
||||||
lastamount = amount;
|
lastamount = amount;
|
||||||
if ( amount > stdamount+txfee )
|
if ( amount > stdamount+2*txfee )
|
||||||
amount = stdamount + txfee;
|
amount = stdamount + 2*txfee;
|
||||||
if ( getnewaddress(coinaddr,coinstr,"") == 0 )
|
if ( getnewaddress(coinaddr,coinstr,"") == 0 )
|
||||||
{
|
{
|
||||||
z_sendmany(opidstr,coinstr,"",zcaddr,coinaddr,amount-txfee);
|
z_sendmany(opidstr,coinstr,"",zcaddr,coinaddr,amount-txfee);
|
||||||
|
|||||||
Reference in New Issue
Block a user