Skip to content

Commit 9fd13f3

Browse files
committed
Fix lint error
1 parent de0bbf5 commit 9fd13f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/psbt.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as assert from 'assert';
22
import { describe, it } from 'mocha';
33

4-
import { bip32, ECPair, networks as NETWORKS, Psbt, payments } from '..';
4+
import { bip32, ECPair, networks as NETWORKS, payments, Psbt } from '..';
55

66
import * as preFixtures from './fixtures/psbt.json';
77

0 commit comments

Comments
 (0)