HomePhabricator

wallet: Ignore MarkConflict if block hash is not known
40e7b61835cbUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

wallet: Ignore MarkConflict if block hash is not known

If number of conflict confirms cannot be determined, this means
that the block is still unknown or not yet part of the main chain,
for example during a reindex. Do nothing in that case,
instead of crash with an assertion.

Fixes #7234.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Feb 9 2016, 19:23
deadalnixPushed on May 14 2017, 22:04
Parents
rABCb49a62379900: Merge #7480: Changed getnetworkhps value to double to avoid overflow.
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC40e7b61835cb: wallet: Ignore MarkConflict if block hash is not known (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Feb 9 2016, 19:38