Skip to content

Commit eebe35c

Browse files
committed
Add Copyright to code conjoin
1 parent 2ffb802 commit eebe35c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/coinjoin/main_function.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025 Area Layer Developers
2+
// Distributed under the MIT software license, see the accompanying
3+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
const { TX } = require('@mempool/mempool.js');
26
const { BitcoinConverter } = require('./bitcoin_converter.json');
37
const { groth16 } = require('snarkjs');

0 commit comments

Comments
 (0)