Skip to content

Commit

Permalink
Update EDCDSA.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rsync25 authored Dec 21, 2023
1 parent 4618ab2 commit 3fb554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlc/EDCDSA.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { createHash } = require('crypto');
const { secp256k1 } = require('ldk-node-js');

// Mainnet or Testnet
const NETWORK = bitcoin.networks.mainnet
const NETWORK = bitcoin.networks.bitcoin;

// Generate Taproot address
function generateTaprootAddress() {
Expand Down

0 comments on commit 3fb554c

Please sign in to comment.