s/sublimator/ripple/

This commit is contained in:
Nicholas Dudfield
2015-09-17 10:41:43 +07:00
parent 49d7029f9a
commit a63619b40d
4 changed files with 23 additions and 15 deletions

View File

@@ -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);