Daniela Brozzoni f2f0efc0b3
Never delete spent utxos from the database
A `is_spent` field is added to LocalUtxo; when a txo is spent we set
this field to true instead of deleting the entire utxo from the
database.
This allows us to create txs double-spending txs already in blockchain.
Listunspent won't return spent utxos, effectively excluding them from the
coin selection and balance calculation
2022-03-10 11:58:23 +01:00
..
2022-02-24 20:39:00 +11:00
2022-02-24 20:39:00 +11:00
2022-01-11 18:21:35 -05:00
2022-02-24 20:39:00 +11:00