ManojNimbalkar / bitcoin-wallet

Automatically exported from code.google.com/p/bitcoin-wallet
0 stars 0 forks source link

Network monitor can show blocks from the future #256

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The timestamp on the block header is not guaranteed to match local system 
clocks, so sometimes you can see a top block that says 

"In 2 minutes"

Probably the block timestamp should be Math.max()d with the local clock.

Original issue reported on code.google.com by mh.in.en...@gmail.com on 1 Dec 2013 at 3:30

GoogleCodeExporter commented 9 years ago
I'm more inclined to label everything newer than 2 minutes (including the 
future) with somethin along the line of "now" or "recent".

Original comment by andreas....@gmail.com on 1 Dec 2013 at 3:58

GoogleCodeExporter commented 9 years ago
Sounds good

Original comment by mh.in.en...@gmail.com on 1 Dec 2013 at 4:03

GoogleCodeExporter commented 9 years ago
I just implemented this.

Original comment by andreas....@gmail.com on 26 Sep 2014 at 3:53