HomePhabricator

Bitcoin-Qt: never display own block count > estimated block count
54413aab135aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Bitcoin-Qt: never display own block count > estimated block count

  • some users reported it as weird, that the estimated block count could be lower than our own nodes block number (which is indeed true and not good)
  • this pull adds a new default behaviour, which displays our own block number as estimated block number, if own >= est. block count
  • the pull raises space for nodes block counts in cPeerBlockCounts to 8 to be more accurate
  • also removes a reduntant setNumBlocks() call in RPCConsole and moves initialisation of numBlocksAtStartup in ClientModel, where it belongs

Details

Provenance
Philip Kaufmann <phil.kaufmann@t-online.de>Authored on Jan 3 2013, 21:13
deadalnixPushed on May 14 2017, 22:04
Parents
rABCea9788517bfa: test/util_tests.cpp: one more DateTimeStrFormat 'T' removal
Branches
Unknown
Tags
Unknown

Event Timeline

Philip Kaufmann <phil.kaufmann@t-online.de> committed rABC54413aab135a: Bitcoin-Qt: never display own block count > estimated block count (authored by Philip Kaufmann <phil.kaufmann@t-online.de>).Jan 4 2013, 16:21