HomePhabricator

Can't log to debug log before chain params initialized
96ff9d64037bUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Can't log to debug log before chain params initialized

Add a function AreBaseParamsConfigured and use this to check
before writing to the debug log. This avoids assertions when the
application happens to log too early, which happens in the GUI.

Messages logged before the base parameters are configured can be
shown using -printtoconsole.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Jul 15 2014, 08:22
deadalnixPushed on May 14 2017, 22:04
Parents
rABC2c0f019bfc0b: Merge pull request #4505
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC96ff9d64037b: Can't log to debug log before chain params initialized (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jul 15 2014, 08:26