Skip to content

Commit ec5c6c2

Browse files
committed
adding todo for using ticker
1 parent 4857523 commit ec5c6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/services/relay/evm/evm_service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ func (r *Relayer) SubmitTransaction(ctx context.Context, txRequest evmtypes.Subm
174174
return nil, err
175175
}
176176

177+
//PLEX-1524 - Use ticker instead of time.Sleep
177178
time.Sleep(config.EVM().TxMinimumWaitTimeForConfirmation())
178179

179180
start := time.Now()

0 commit comments

Comments
 (0)