BREAKING CHANGE: Fix types of XRP values in getServerInfo response

This commit is contained in:
Chris Clark
2015-12-07 11:44:40 -08:00
parent 261fba3d21
commit 99d08065e4
6 changed files with 26 additions and 21 deletions

View File

@@ -14,6 +14,7 @@ const address = addresses.ACCOUNT;
const utils = RippleAPI._PRIVATE.ledgerUtils;
const ledgerClosed = require('./fixtures/rippled/ledger-close-newer');
const schemaValidator = RippleAPI._PRIVATE.schemaValidator;
assert.options.strict = true;
function unused() {
}