Skip to content

Commit

Permalink
Disabled balancetminus1 real recalculations. Enabed dry run balanceT2…
Browse files Browse the repository at this point in the history
… recalculations. (#72)
  • Loading branch information
ice-myles authored Dec 19, 2023
1 parent 5c9be70 commit 8778c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miner/contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ const (
balanceT2BugfixDryRunEnabled = true

// !!! [CRUCUAL] Real run if this is TRUE and DRY RUN false.
balanceForTMinusBugfixEnabled = true
balanceT2BugfixEnabled = false
balanceForTMinusBugfixEnabled = false
balanceT2BugfixEnabled = true

clearBugfixDebugInfoEnabled = false
)
Expand Down

0 comments on commit 8778c25

Please sign in to comment.