Skip to content

Commit 0883ac9

Browse files
committed
Fix txo
1 parent 33eb335 commit 0883ac9

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

src/dlc/txo.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
const bitcoin = require('bitcoinjs-lib');
1+
import { Sign, Schonnor, UTXO} from 'bitcoinjs-lib';
22

3-
const txo =
3+
const sign = new Sign();
4+
5+
const utxo = new UTXO();
6+
7+
const schonnor = new Schonnor();
8+
9+
export { sign, utxo, schonnor };
410

5-
const contract =

0 commit comments

Comments
 (0)