Remove eslint comments.
This commit is contained in:
parent
763cb8b923
commit
0729fde36f
12 changed files with 20 additions and 30 deletions
ts_src/payments
|
@ -1,5 +1,5 @@
|
|||
import { Payment, PaymentOpts } from './index'; // eslint-disable-line
|
||||
import { bitcoin as BITCOIN_NETWORK } from '../networks'; // eslint-disable-line
|
||||
import { Payment, PaymentOpts } from './index';
|
||||
import { bitcoin as BITCOIN_NETWORK } from '../networks';
|
||||
import * as bscript from '../script';
|
||||
import * as bcrypto from '../crypto';
|
||||
import * as lazy from './lazy';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue