Test
This commit is contained in:
@@ -1232,7 +1232,7 @@ std::string DiceAddfunding(uint64_t txfee,char *planstr,uint256 fundingtxid,int6
|
|||||||
}
|
}
|
||||||
if ( scriptPubKey == fundingPubKey )
|
if ( scriptPubKey == fundingPubKey )
|
||||||
{
|
{
|
||||||
if ( AddNormalinputs(mtx,mypk,amount+2*txfee,10) > 0 )
|
if ( AddNormalinputs(mtx,mypk,amount+2*txfee,1) > 0 )
|
||||||
{
|
{
|
||||||
hentropy = DiceHashEntropy(entropy,mtx.vin[0].prevout.hash);
|
hentropy = DiceHashEntropy(entropy,mtx.vin[0].prevout.hash);
|
||||||
mtx.vout.push_back(MakeCC1vout(cp->evalcode,amount,dicepk));
|
mtx.vout.push_back(MakeCC1vout(cp->evalcode,amount,dicepk));
|
||||||
|
|||||||
Reference in New Issue
Block a user