Funding plan creator to auto create entropy tx on dice status
This commit is contained in:
@@ -1031,6 +1031,14 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ( scriptPubKey == fundingPubKey )
|
||||||
|
{
|
||||||
|
for (i=0; i<=n; i++)
|
||||||
|
{
|
||||||
|
res = DiceAddfunding(txfee,planstr,fundingtxid,COIN);
|
||||||
|
mySendrawtransaction(res);
|
||||||
|
}
|
||||||
|
}
|
||||||
return(n);
|
return(n);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user