Isolates Base58Check encoding from Base58 code/tests
This commit is contained in:
parent
4f578dd5c1
commit
f53b821cc9
5 changed files with 198 additions and 98 deletions
src
|
@ -21,5 +21,6 @@ module.exports = {
|
|||
ecdsa: require('./ecdsa'),
|
||||
HDWallet: require('./hdwallet.js'),
|
||||
base58: require('./base58'),
|
||||
base58check: require('./base58check'),
|
||||
convert: require('./convert')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue