Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Apr 4, 2024
1 parent 1512f9f commit 72f8745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/coinjoin/main_function.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { Round1, Round2, Round3,Round4, Round5 } = require('./wallets.json')

// Connect to the Bitcoin testnet network
const provider = 'https://testnet.mempool.space/api';
const explorer = 'https://mempool.space/testnet/tx'
const explorer = 'https://mempool.space/testnet/tx';

// PTG function

Expand Down

0 comments on commit 72f8745

Please sign in to comment.