diff --git a/app/coinjoin/transactions.js b/app/coinjoin/transactions.js index db21000..aef95c6 100644 --- a/app/coinjoin/transactions.js +++ b/app/coinjoin/transactions.js @@ -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, } + diff --git a/jsconfig.json b/jsconfig.json index 1e53895..da8aa67 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,6 +1,6 @@ { "Nostr":"Event", -"Npub":"Event":"Kind:0" +"Npub":"Event", "Note", "Relay", "ID",