Skip to content

Commit

Permalink
Add timelock to LN
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 18, 2024
1 parent 0750b2e commit 9add58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ interface Utxo {
txid: string;
vout: number;
hex: string;
timelock: number;
}

interface PayJoinResponse {
Expand Down

0 comments on commit 9add58f

Please sign in to comment.