Skip to content

Commit

Permalink
Merge branch 'develop' into feat/zetaclient/keyring-file
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis authored Nov 1, 2023
2 parents 7842aa0 + 6567637 commit 780b15f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions zetaclient/evm_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"math"
"math/big"
"os"
"sort"
"strconv"
"sync"
"sync/atomic"
Expand Down Expand Up @@ -558,9 +557,6 @@ func (ob *EVMChainClient) observeOutTx() {
if err != nil {
continue
}
sort.Slice(trackers, func(i, j int) bool {
return trackers[i].Nonce < trackers[j].Nonce
})
outTimeout := time.After(time.Duration(timeoutNonce) * time.Second)
TRACKERLOOP:
// Skip old gabbage trackers as we spent too much time on querying them
Expand Down

0 comments on commit 780b15f

Please sign in to comment.