Browse Source
Previously, transaction metadata (height, coinbase or not, and before the previous commit also nVersion) was only stored for undo records that correspond to the last output of a transaction being spent. This only saves 2 bytes per undo record. Change this to storing this information for every undo record, and stop complaining for having it in non-last output spends. This means that undo dat written with this patch won't be readable by older versions anymore.0.15
Pieter Wuille
8 years ago
2 changed files with 11 additions and 9 deletions
Loading…
Reference in new issue