Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Jul 10, 2024
1 parent bd8182e commit 089c0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlc/transactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { ChannelManager, PaymentStatus, Invoice } = require('ldk-node-js');


// Mainnet or Testnet
const NETWORK = bitcoin.networks.bitcoin;
const NETWORK = bitcoin.networks.bitcoin; // Switch to bitcoin.networks.testnet for testnet

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

0 comments on commit 089c0ef

Please sign in to comment.