Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Jun 26, 2024
1 parent 2ea1e1d commit cffa622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
### Bitcoin Network (by default)

- Mainnet
- Testne3
- Testnet4
- Signet
- Regtest

## API

Expand Down
2 changes: 1 addition & 1 deletion src/dlc/sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const BDK = require('bdk-ffi');
const LDK = require('ldk-garbagecollected');

// Mainnet or Testnet
const NETWORK = bitcoin.networks.bitcoin;
const NETWORK = bitcoin.networks.bitcoin; // You can switch to testnet, regtest or signet

// Install BDK and LDK using npm or yarn
const { ElectrumNetwork, Wallet, Psbt } = require('bitcoin-js');
Expand Down

0 comments on commit cffa622

Please sign in to comment.