From 3975b82dbcec8320439477d73dc174886a8e60d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:39:05 -0300 Subject: [PATCH] Update main_function.js --- app/coinjoin/main_function.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/coinjoin/main_function.js b/app/coinjoin/main_function.js index 70b817ad..04f5d9b2 100644 --- a/app/coinjoin/main_function.js +++ b/app/coinjoin/main_function.js @@ -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)