mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-22 13:15:49 +00:00
s/sublimator/ripple/
This commit is contained in:
@@ -12,9 +12,7 @@ function toBytes(hex) {
|
||||
}
|
||||
|
||||
describe('ripple-address-codec', function() {
|
||||
function makeTest(type, base58, hex, opts) {
|
||||
opts = opts || {};
|
||||
|
||||
function makeTest(type, base58, hex) {
|
||||
it('can translate between ' + hex + ' and ' + base58, function() {
|
||||
var actual = api['encode' + type](toBytes(hex));
|
||||
assert.equal(actual, base58);
|
||||
|
||||
Reference in New Issue
Block a user