Skip to content

Commit

Permalink
BalanceTMinus1 recalculations real run enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-myles committed Dec 19, 2023
1 parent 98b7525 commit 7eb8f6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ require (
github.com/cenkalti/backoff/v4 v4.2.1
github.com/goccy/go-json v0.10.2
github.com/hashicorp/go-multierror v1.1.1
github.com/ice-blockchain/eskimo v1.228.0
github.com/ice-blockchain/eskimo v1.231.0
github.com/ice-blockchain/go-tarantool-client v0.0.0-20230327200757-4fc71fa3f7bb
github.com/ice-blockchain/wintr v1.127.0
github.com/imroc/req/v3 v3.42.2
github.com/pkg/errors v0.9.1
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/redis/go-redis/v9 v9.3.0
github.com/redis/go-redis/v9 v9.3.1
github.com/stretchr/testify v1.8.4
github.com/swaggo/swag v1.16.2
github.com/testcontainers/testcontainers-go v0.26.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mO
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/ice-blockchain/eskimo v1.228.0 h1:+znQ8lsx48scMRngfpBWi+h5scSqKF5TBAKe/mDqIQ4=
github.com/ice-blockchain/eskimo v1.228.0/go.mod h1:Btj5U8KPf2+dkGtajQER1SjfXv40t8RqaihVNd4FE1s=
github.com/ice-blockchain/eskimo v1.231.0 h1:XM3VouZzw4TJWRK5F+DsPBme3CIH0Hzx6c9ifiAtlw4=
github.com/ice-blockchain/eskimo v1.231.0/go.mod h1:HpaMID/hHYti5I8BNcynj1yw8pcC4y6KciMl1x0kopY=
github.com/ice-blockchain/go-tarantool-client v0.0.0-20230327200757-4fc71fa3f7bb h1:8TnFP3mc7O+tc44kv2e0/TpZKnEVUaKH+UstwfBwRkk=
github.com/ice-blockchain/go-tarantool-client v0.0.0-20230327200757-4fc71fa3f7bb/go.mod h1:ZsQU7i3mxhgBBu43Oev7WPFbIjP4TniN/b1UPNGbrq8=
github.com/ice-blockchain/wintr v1.127.0 h1:YuGfLCGu91mLtsH0AcdNKnDERZPD6+3er93T/m7vF2Q=
Expand Down
2 changes: 1 addition & 1 deletion miner/contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
timeLayout = "2006-01-02T15:04:05"

// Dry run.
balanceForTMinusBugfixDryRunEnabled = true
balanceForTMinusBugfixDryRunEnabled = false
balanceT2BugfixDryRunEnabled = true

// !!! [CRUCUAL] Real run if this is TRUE and DRY RUN false.
Expand Down

0 comments on commit 7eb8f6e

Please sign in to comment.