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 2622c2b commit 2a2d098
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 @@ -10,8 +10,8 @@ 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 TX
const 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 2a2d098

Please sign in to comment.