Fix broken test case
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { Instructions, LedgerClosedEvent, RippleAPI } from 'ripple-lib'
|
||||
import { Memo, Wallet } from '../util/types'
|
||||
import { MIN_XRP_FEE, MIN_XRP_TX_VALUE } from '../util/protocol.constants';
|
||||
|
||||
import { Instructions, LedgerClosedEvent, RippleAPI } from 'ripple-lib'
|
||||
import { Payment } from 'ripple-lib/dist/npm/transaction/payment';
|
||||
|
||||
import * as zlib from 'zlib'
|
||||
import * as util from 'util'
|
||||
import { Payment } from 'ripple-lib/dist/npm/transaction/payment';
|
||||
|
||||
const chunkString = (str: string, length: number) => str.match(new RegExp('.{1,' + length + '}', 'gs'));
|
||||
const PAYLOAD_SIZE = 925
|
||||
|
||||
Reference in New Issue
Block a user