Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssq0-0 committed Jan 15, 2025
1 parent 0586300 commit fd45b82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion globals/globals.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func init() {
}

const (
SoftVersion = "v2.6.11"
SoftVersion = "v2.7.0"
LinkRepo = "https://api.github.com/repos/ssq0-0/Lisk/releases/latest"
Format = "02.01.2006"
TotalSuccess = 0
Expand Down Expand Up @@ -61,6 +61,9 @@ var (
// need for wrap/unwrap
// WrapAmount *big.Int // set in config

// Number of simultaneously operating goroutines for user control over the semaphore
GorutinesCount int

AttentionGwei *big.Int // GWEI have 9 decimals
AttentionTime int // Time in seconds that indicates how often to check the throttle reduction
MaxAttentionTime int //Time in minutes how long the waiting cycle will last at most, after which the execution will continue
Expand Down

0 comments on commit fd45b82

Please sign in to comment.