We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f2d46 commit e72a61eCopy full SHA for e72a61e
1 file changed
pkg/timelock/worker_solana.go
@@ -40,7 +40,6 @@ type WorkerSolana struct {
40
}
41
42
// NewTimelockWorkerSolana initializes and returns a timelockWorker.
43
-// It's a singleton, so further executions will retrieve the same timelockWorker.
44
func NewTimelockWorkerSolana(
45
nodeURL, timelockAddress, callProxyAddress, privateKey string, fromBlock *big.Int,
46
pollPeriod int64, listenerPollPeriod int64, pollSize uint64, dryRun bool, logger *zap.SugaredLogger,
0 commit comments