Skip to content

Commit

Permalink
modify evm listener server
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcc committed Dec 15, 2023
1 parent 71122e3 commit f71b756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bitcoin/evm_listener_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ func (eis *EVMListenerService) OnStart() error {
time.Sleep(5 * time.Minute)
continue
}
return err
time.Sleep(1 * time.Minute)
continue
}
// eis.Logger.Info("EVMListenerService listener withdraw event: ", "withdraw", string(value))
}
Expand Down

0 comments on commit f71b756

Please sign in to comment.