Skip to content

Commit

Permalink
add err
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuhaai committed May 18, 2022
1 parent 7c06445 commit d9bc77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/factory/workingset.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ func (ws *workingSet) pickAndRunActions(
// do nothing
case action.ErrChainID, errUnsupportWeb3Staking:
continue
case action.ErrGasLimit, action.ErrInsufficientFunds:
case action.ErrGasLimit, action.ErrInsufficientFunds, state.ErrNotEnoughBalance:
actionIterator.PopAccount()
continue
default:
Expand Down

0 comments on commit d9bc77b

Please sign in to comment.