Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Mar 5, 2025
1 parent aef7d64 commit ad44458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2420,7 +2420,7 @@ impl Index {

indexed = true;
confirmations = 0;
spent = true;
spent = false;
txout = TxOut {
value: Amount::from_sat(value),
script_pubkey: ScriptBuf::new(),
Expand Down

0 comments on commit ad44458

Please sign in to comment.