mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
refactor: move everything out of the common folder (#1629)
* remove common/constants (all in models now) * remove common/txFlags (all in models now) * move ecdsa from src/common to src * move errors from src/common to src, export at top level
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import ECDSA from '../../src/common/ecdsa'
|
||||
import { UnexpectedError } from '../../src/common/errors'
|
||||
import ECDSA from '../../src/ecdsa'
|
||||
import { UnexpectedError } from 'xrpl-local'
|
||||
import {
|
||||
generateXAddress,
|
||||
GenerateAddressOptions,
|
||||
|
||||
Reference in New Issue
Block a user