Skip to content

Commit 5673dcf

Browse files
committed
Fix client
1 parent 76154e3 commit 5673dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/coinjoin/client.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { coinjoinxt_config, lightning_confing } from './config.js';
22
import { Wallet } from 'wallet-tools';
33
import { WalletDir } from 'bitcoinjs-lib';
4+
import * as bitcoin from 'bitcoinjs-lib';
45

56
// Load the CoinjoinXT configuration
67
function load_coinjoinxt_config() {

0 commit comments

Comments
 (0)