Skip to content

Commit

Permalink
Update error.go
Browse files Browse the repository at this point in the history
  • Loading branch information
trident90 committed Apr 19, 2023
1 parent 0be761d commit b64e4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ var (

// ErrSenderInsufficientFunds is returned if the value cost of executing a transaction
// is higher than the balance of the sender's account.
ErrSenderInsufficientFunds = errors.New("fee delegation: insufficient sender funds for value")
ErrSenderInsufficientFunds = errors.New("fee delegation: insufficient sender's funds for value")
)

0 comments on commit b64e4c2

Please sign in to comment.