Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco de Borja Aranda Castillejo <borja.aranda@smartcontract.com>
  • Loading branch information
Francisco de Borja Aranda Castillejo committed May 1, 2024
1 parent 5e3a958 commit 2c4fe40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/timelock/timelock.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ import (
"github.com/smartcontractkit/timelock-worker/pkg/timelock/contract"
)

var (
tWorker *Worker
)
// tWorker is exposed at package level because signTx in operations.go needs it.
var tWorker *Worker

// Worker represents a worker instance.
// address is an array of addresses as expected by ethereum.FilterQuery,
Expand Down

0 comments on commit 2c4fe40

Please sign in to comment.