CCoinsViewErrorCatcher::CCoinsViewErrorCatcher

Construct the error catcher wrapping a backing view.

Synopsis

Declared in <coins.h>

explicit
CCoinsViewErrorCatcher(CCoinsView* view);

Parameters

NameDescription
viewNon-null view to forward reads to.