mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-27 07:35:52 +00:00
Revert "Expose validation methods in public api"
This reverts commit 9e9a0a7d9b.
We should move methods like deriveKeypair and deriveAddress
off of the schemaValidator object.
This commit is contained in:
@@ -6,7 +6,7 @@ const setupAPI = require('./setup-api');
|
||||
const responses = require('./fixtures').responses;
|
||||
const ledgerClosed = require('./fixtures/rippled/ledger-close');
|
||||
const RippleAPI = require('ripple-api').RippleAPI;
|
||||
const schemaValidator = RippleAPI.schemaValidator;
|
||||
const schemaValidator = RippleAPI._PRIVATE.schemaValidator;
|
||||
|
||||
const TIMEOUT = process.browser ? 25000 : 10000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user