HomePhabricator

Globals: Remove a bunch of Params() calls from main.cpp:
2e29e7e247b6Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Globals: Remove a bunch of Params() calls from main.cpp:

  1. Chainparams: Explicit CChainParams arg for main:

-AcceptBlock
-AcceptBlockHeader
-ActivateBestChain
-ConnectTip
-InitBlockIndex
-LoadExternalBlockFile
-VerifyDB parametric constructor

  1. Also pickup more Params()\. in main.cpp
  1. Pass nPruneAfterHeight explicitly to new FindFilesToPrune() in main.cpp

Details

Provenance
Jorge Timón <jtimon@jtimon.cc>Authored on Apr 17 2015, 12:40
deadalnixPushed on May 14 2017, 22:04
Parents
rABCeac53ec99201: Merge pull request #7026
Branches
Unknown
Tags
Unknown

Event Timeline

Jorge Timón <jtimon@jtimon.cc> committed rABC2e29e7e247b6: Globals: Remove a bunch of Params() calls from main.cpp: (authored by Jorge Timón <jtimon@jtimon.cc>).Nov 23 2015, 11:14