Skip to content

Commit e72a61e

Browse files
committed
fix: comments
1 parent 36f2d46 commit e72a61e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/timelock/worker_solana.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ type WorkerSolana struct {
4040
}
4141

4242
// NewTimelockWorkerSolana initializes and returns a timelockWorker.
43-
// It's a singleton, so further executions will retrieve the same timelockWorker.
4443
func NewTimelockWorkerSolana(
4544
nodeURL, timelockAddress, callProxyAddress, privateKey string, fromBlock *big.Int,
4645
pollPeriod int64, listenerPollPeriod int64, pollSize uint64, dryRun bool, logger *zap.SugaredLogger,

0 commit comments

Comments
 (0)