Skip to content

Commit

Permalink
Update timechain.js
Browse files Browse the repository at this point in the history
Fix bitcoin mainnet
  • Loading branch information
Rsync25 authored Dec 21, 2023
1 parent 431bb8f commit 92cd0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcoin/timechain.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const bitcoin = require('bitcoin');
const { Bitcoin } = require('bitcoin-js');

const NETWORK = bitcoin.networks.testnet;
const NETWORK = bitcoin.networks.bitcoin;

class DLC {
constructor(blockchain) {
Expand Down

0 comments on commit 92cd0db

Please sign in to comment.