Fix broken test case

This commit is contained in:
nitowa
2022-02-01 17:43:19 +01:00
parent 3d0d456db3
commit 3cc3d739af
4 changed files with 247 additions and 55 deletions
+4 -2
View File
@@ -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