Skip to content

Commit

Permalink
Add Copyright to code conjoin
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 21, 2024
1 parent 2ffb802 commit eebe35c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/coinjoin/main_function.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2025 Area Layer Developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

const { TX } = require('@mempool/mempool.js');
const { BitcoinConverter } = require('./bitcoin_converter.json');
const { groth16 } = require('snarkjs');
Expand Down

0 comments on commit eebe35c

Please sign in to comment.