Skip to content

Commit 089c0ef

Browse files
author
223880
committed
Fix
1 parent bd8182e commit 089c0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dlc/transactions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { ChannelManager, PaymentStatus, Invoice } = require('ldk-node-js');
33

44

55
// Mainnet or Testnet
6-
const NETWORK = bitcoin.networks.bitcoin;
6+
const NETWORK = bitcoin.networks.bitcoin; // Switch to bitcoin.networks.testnet for testnet
77

88
// Set up BDK wallet
99
const wallet = new Wallet('testnet', 'path/to/wallet.dat');

0 commit comments

Comments
 (0)