Skip to content

Commit

Permalink
Update core_access.go
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko authored Dec 4, 2024
1 parent 467e116 commit 5c14084
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions state/core_access.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,7 @@ func (ca *CoreAccessor) SubmitPayForBlob(
numbers := regexpInt.FindAllString(err.Error(), -1)
log.Infof("Received nonce correction message from the network %w", err.Error())
if len(numbers) != 2 {
log.Infof("Could not parse acount sequence log")
continue
return nil, fmt.Errorf("unexpected wrong sequence error: %w", err)
}
nonce, _ := strconv.ParseUint(numbers[0], 10, 64)
log.Infof("Adjusting nonce to %d", nonce)
Expand Down

0 comments on commit 5c14084

Please sign in to comment.