Skip to content

Commit e606985

Browse files
fix(wallet): add descriptive comment to error
1 parent bf02965 commit e606985

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xrpl/wallet/wallet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import (
1919
)
2020

2121
var (
22+
// ErrAddressTagNotZero is returned when the address tag is not zero.
2223
ErrAddressTagNotZero = errors.New("address tag is not zero")
2324
)
2425

0 commit comments

Comments
 (0)