Skip to content

Commit

Permalink
Fix a cut and paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines committed Feb 10, 2023
1 parent 482c6ab commit 761b455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base58/alphabet/avalanche.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "./bitcoin"

module Base58
class Alphabet
# Polkadot, for its SS58 address format, uses the same alphabet as Bitcoin.
# Avalanche, for its SS58 address format, uses the same alphabet as Bitcoin.
class Avalanche < Bitcoin
end
end
Expand Down

0 comments on commit 761b455

Please sign in to comment.