mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 11:45:49 +00:00
fix old utils ref
This commit is contained in:
@@ -10,7 +10,7 @@ import transactionsResponse from './fixtures/rippled/account-tx';
|
||||
import accountLinesResponse from './fixtures/rippled/account-lines';
|
||||
import accountObjectsResponse from './fixtures/rippled/account-objects';
|
||||
import fullLedger from './fixtures/rippled/ledger-full-38129.json';
|
||||
import {getFreePort} from './utils/net-utils';
|
||||
import {getFreePort} from './utils';
|
||||
|
||||
function isUSD(json) {
|
||||
return json === 'USD' || json === '0000000000000000000000005553440000000000';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import {RippleAPI, RippleAPIBroadcast} from 'ripple-api';
|
||||
import ledgerClosed from './fixtures/rippled/ledger-close.json';
|
||||
import {createMockRippled} from './mock-rippled';
|
||||
import {getFreePort} from './utils/net-utils';
|
||||
import {getFreePort} from './utils';
|
||||
|
||||
function setupMockRippledConnection(testcase, port) {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user