Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Mar 25, 2024
1 parent c2b3365 commit d0c83ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions app/coinjoin/transactions.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
const bitcoin = require('bitcoinjs-lib');

async function trasaction = {
utxo: utxo,
input: input,
output: output,

}
async function validation = {
utxo: utxo,
confirmaton: confirmation,
input: output,
output: output,
p2tr: p2tr,
async function transaction(input, output) {
input,
output,
utxo
};
async function validation(input, utxo, ouput, p2tr) {
utxo,{}
input,
output,
p2tr,
}

2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Nostr":"Event",
"Npub":"Event":"Kind:0"
"Npub":"Event",
"Note",
"Relay",
"ID",
Expand Down

0 comments on commit d0c83ba

Please sign in to comment.