Skip to content

[Minor] Remove the warning of blocks generating too fast - v2.2.0-60 Echelon #117

@mawenpeng

Description

@mawenpeng

This version decreased block generating interval. When running anon-cli getinfo, it shows warnings that too many blocks generated than expected in last 4 hours. We may need to change the calculation mechanism to remove such warnings.

$ anon-cli getinfo
{
"version": 2020060,
"protocolversion": 180008,
"walletversion": 60000,
"balance": 0.00000000,
"blocks": 79458,
"timeoffset": 0,
"connections": 10,
"proxy": "",
"difficulty": 730150.4406224537,
"testnet": false,
"keypoololdest": 1573919873,
"keypoolsize": 101,
"paytxfee": 0.00000000,
"relayfee": 0.00001000,
"errors": "WARNING: abnormally high number of blocks generated, 100 blocks received in the last 4 hours (24 expected)"
}

Steps to reproduce:

  • Run anond v2.2.0-60 Echelon and sync to the highest block.
  • Run anon-cli getinfo .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions