Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Fix ChainParams::loadConfig not loading precompile configuration #5821

Merged
merged 4 commits into from
Nov 14, 2019

Commits on Nov 14, 2019

  1. Fix ChainParams::loadConfig not loading precompile configuration

    insert method of the precompile map was not changing anything when previous map already contained the same key. Now loading config always starts with default-initialized ChainParams (with empty precompile map)
    gumb0 committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    c015743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9a0386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b67ec5 View commit details
    Browse the repository at this point in the history
  4. Add changelog item

    gumb0 committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    3afa6a6 View commit details
    Browse the repository at this point in the history