mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-19 07:36:40 +00:00
Rename internal Base58 class to Base58Builder
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
class Base58
|
class Base58Builder
|
||||||
constructor: ->
|
constructor: ->
|
||||||
@alphabet = "123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"
|
@alphabet = "123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"
|
||||||
@base = @alphabet.length
|
@base = @alphabet.length
|
||||||
@@ -22,4 +22,4 @@ class Base58
|
|||||||
|
|
||||||
|
|
||||||
# Export module
|
# Export module
|
||||||
module.exports = new Base58()
|
module.exports = new Base58Builder()
|
||||||
|
|||||||
Reference in New Issue
Block a user