Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Fix bitcoin transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Apr 20, 2024
1 parent 9cbfc49 commit a4d34fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/coinjoin/transactions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const bitcoin = require('bitcoinjs-lib');
import { input, output, utxo, p2tr } = require('bitcoinjs-lib');

async function transaction(input, output) {
input,
Expand Down

0 comments on commit a4d34fc

Please sign in to comment.