Skip to content

Commit

Permalink
Add amount
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Apr 2, 2024
1 parent c09a103 commit f54bab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/bitcoin/CoinCointrol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import * as bitcoin from 'bitcoinjs-lib';
interface UTXO {
txid: string;
index: number;
amount: number;
txout: bitcoin.TxOut;
address: bitcoin.Address;
}
Expand Down

0 comments on commit f54bab7

Please sign in to comment.