HomePhabricator

Make CCoinsViewCache's copy constructor private
228d2385254eUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Make CCoinsViewCache's copy constructor private

It is easily confused with CCoinsViewCache(CCoinsView*), which creates a sub-cache, but instead of creating a sub-cache, the copy constructor would copy the original and use that original's base, defeating the intended isolation.

Details

Provenance
Luke Dashjr <luke-jr+git@utopios.org>Authored on Dec 31 2014, 03:19
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING7c001bb49c08: qt: translations pull from transifex
Branches
Unknown
Tags
Unknown

Event Timeline

Luke Dashjr <luke-jr+git@utopios.org> committed rSTAGING228d2385254e: Make CCoinsViewCache's copy constructor private (authored by Luke Dashjr <luke-jr+git@utopios.org>).Dec 31 2014, 03:19