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

Commit

Permalink
Update main_function.js
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Jan 17, 2024
1 parent 76120c4 commit 923e8e9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/coinjoin/main_function.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ const explorer = 'https://mempool.space/testnet/tx'

// WIP PTG function

const TX = bitcoin.tx.
const TX = bitcoin.tx.
const TX = bitcoin.tx
const coinjoin = new bitcoin.coijoin({network})


// Forward to each final participant about UTXO
const TX = bitcoin.Tx.fromWIF(network)
const TX = bitcoin.Tx.fromWIF(network)
const TX = bitcoin.Tx.FromWIF(network)


/// Alice to Carol
const keyPairAlice1 = bitcoin.ECPair.fromWIF(alice[1].wif, network)
Expand Down

0 comments on commit 923e8e9

Please sign in to comment.