diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 8e7dd63f5..ad74fcfef 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -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); } else