Remove src/ripple-address-codec and use npm published (#58)

* Remove src/ripple-address-codec and use npm published
* Remove 4 failing old dist/ripple-address-codec tests
* Update yarn.lock with npm ripple-address-codec package
This commit is contained in:
Justin Kook
2020-01-14 15:24:48 -05:00
parent c3dadd0fbb
commit 5229342fc4
8 changed files with 31 additions and 302 deletions

View File

@@ -3,7 +3,7 @@
'use strict'
const assert = require('assert')
const api = require('../dist/ripple-address-codec')
const api = require('ripple-address-codec')
function toHex(bytes) {
return Buffer.from(bytes).toString('hex').toUpperCase()