HomePhabricator

Get rid of CCoinsView's SetCoins and SetBestBlock.
c9d1a81ce767Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Get rid of CCoinsView's SetCoins and SetBestBlock.

All direct modifications are now done through ModifyCoins, and BatchWrite is
used for pushing batches of queued modifications up, so we don't need the
low-level SetCoins and SetBestBlock anymore in the top-level CCoinsView class.

Details

Provenance
Pieter Wuille <pieter.wuille@gmail.com>Authored on Sep 3 2014, 07:25
deadalnixPushed on May 14 2017, 22:04
Parents
rABCf28aec014edd: Use ModifyCoins instead of mutable GetCoins.
Branches
Unknown
Tags
Unknown

Event Timeline

Pieter Wuille <pieter.wuille@gmail.com> committed rABCc9d1a81ce767: Get rid of CCoinsView's SetCoins and SetBestBlock. (authored by Pieter Wuille <pieter.wuille@gmail.com>).Sep 23 2014, 20:29