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 a722db2 commit 341521c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/library.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ All the code about DLCs, Lightning, Nostr and Bitcoin is in [src](https://github
const DLC = require('data');
const DLC = require('DLC-js');

function Oracle
const NETWORK = bitcoin.networsk.testnet;

function Oracle = {
Oracleinfo = contract_pubkey;
Sats: Number;
timestamp: String;

0 comments on commit 341521c

Please sign in to comment.