Skip to content

Commit

Permalink
fix: changed message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed Jun 26, 2024
1 parent 6382556 commit c3d166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/pkg/depositmanager/autodeposit.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (adt *AutoDepositTracker) DoAutoMoveToAnotherWindow(ctx context.Context, ad

func (adt *AutoDepositTracker) Stop() (*bidderapiv1.CancelAutoDepositResponse, error) {
if !adt.isWorking.Load() {
return nil, fmt.Errorf("auto deposit tracker is not working")
return nil, fmt.Errorf("auto deposit tracker is not running")
}
if adt.cancelFunc != nil {
adt.cancelFunc()
Expand Down

0 comments on commit c3d166e

Please sign in to comment.