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 4afc80f commit 79d282e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/coinjoin/main_function.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ 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

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment

const KeyPair

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

0 comments on commit 79d282e

Please sign in to comment.