Skip to content

Commit 1479a80

Browse files
fix(address-codec): rename ErrInvalidXrplAddress to ErrInvalidAddressFormat
1 parent a44ab74 commit 1479a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

address-codec/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
ErrInvalidAccountID = errors.New("invalid accountId")
2222

2323
// Invalid xrpl address, general error
24-
ErrInvalidXrplAddress = errors.New("invalid xrpl address")
24+
ErrInvalidAddressFormat = errors.New("invalid address format")
2525

2626
// ErrChecksum indicates that the checksum of a check-encoded string does not verify against
2727
// the checksum.

0 commit comments

Comments
 (0)