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 16, 2024
1 parent 2a2d098 commit 3975b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/coinjoin/main_function.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const { alice, bob, carol, dave, eve, mallory } = require('./wallets.json')
const provider = 'https://testnet.blockchain.info/api';
const explorer = 'https://mempool.space/testnet/tx'

// TODO PTG function
// WIP PTG function

const TX = bitcoin.tx.
const TX = bitcoin.tx
const TX = bitcoin.tx.

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

0 comments on commit 3975b82

Please sign in to comment.