Skip to content

Commit ab4f3e6

Browse files
authored
Update dicefund.md
1 parent 6fbba55 commit ab4f3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dice/dicefund.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maxbet = Maximum amount allowed for bet
1010
maxodds = is the largest odds you can be with
1111
timeoutblocks = is how many blocks before it times out and pays out to the winner
1212
```
13-
The dice creator node should be online to determine winning bid or losing bid. If the dice creator node is offline, after the timeout block the system will automatically declare the bets winner and payout winning funds. Set the `timeoutblocks` longer. Long timeout block will ensure house to not loose any funds if there is any downtime of the node and comes back online within the time. You can set it low if you can ensure higher uptime of your dice creator node.
13+
The dice creator node should be online to determine winning bid or losing bid. If the dice creator node is offline, after the timeout block the system will automatically declare the bets winner and payout winning funds. Set the `timeoutblocks` longer. Long timeout block will ensure house to not loose any funds if there is any downtime of the node and comes back online within the time. You can set it low if you can ensure higher uptime of your dice creator node. `maxodds` msut be between 1 and 9999.
1414

1515
### Step 1: Create your customized Dice contract and get the hex value
1616
Example Command:

0 commit comments

Comments
 (0)