grin/chain
Ignotus Peverell da4b349d49
Fix AlreadySpent when UTXO created and spent on fork
When applying a fork, everything is done in memory to be able to
rewind if it's either invalid or doesn't have more work. But
checking for the UTXO index was done only against the store. Now
checking the memory as well to find UTXOs that haven't been
stored yet.
2017-12-25 00:32:39 +00:00
..
src Fix AlreadySpent when UTXO created and spent on fork 2017-12-25 00:32:39 +00:00
tests Remove future block heights from store when backtracking 2017-12-16 00:30:55 +00:00
Cargo.toml changing secp import to tag, and consolidating Cargo.toml import (#220) 2017-10-31 23:20:55 +00:00
rustfmt.toml Initial import. 2016-10-20 20:06:12 -04:00