mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 08:05:51 +00:00
fix: renames verify... methods to validate... (#1624)
* rename verify -> validate * fix imports * run eslint --fix on test/
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import {
|
||||
AccountDelete,
|
||||
EscrowFinish,
|
||||
Payment,
|
||||
Transaction,
|
||||
} from '../../src/models/transactions'
|
||||
import { AccountDelete, EscrowFinish, Payment, Transaction } from 'xrpl-local'
|
||||
|
||||
import rippled from '../fixtures/rippled'
|
||||
import { setupClient, teardownClient } from '../setupClient'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user