mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user