Skip to content

cryptonote_format_utils:pow: cache_hash

TyphooN requested to merge mc/fix-pow-cache-height into master

Cache the previous block id instead of the height. After a reorg the height may no longer match the block data, causing the wrong v2 data to be used for pow.

Merge request reports