Skip to content

Commit

Permalink
Update library.md
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Nov 5, 2023
1 parent 341521c commit 48f3beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/library.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ All the code about DLCs, Lightning, Nostr and Bitcoin is in [src](https://github
const DLC = require('data');
const DLC = require('DLC-js');

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

function Oracle = {
Oracleinfo = contract_pubkey;
Expand Down

0 comments on commit 48f3beb

Please sign in to comment.