reddcoin-project / reddcoin-3.10

Reddcoin: the digital social currency
http://www.reddcoin.com
MIT License
287 stars 114 forks source link

Look at Params().RPCisTestNet() calls #74

Open MathyV opened 9 years ago

MathyV commented 9 years ago

Testnet() was removed from the code in commit a3d946ebdc2eebef9ccdc2c883f8abfebcf0f653 but we still used it in some places. What we need to do is move the stuff that is configurable out in the chainparams so that we have one code-base without the ifs.

Calls to Params().RPCisTestNet() were added as an ugly hack for now in commit 39d20190b1a740bb9a6447e9f3fc6e2e4ad66fc9

Is blocked by #67

MathyV commented 9 years ago

Calls where changed to comparison Params().NetworkID() == CChainParams::TESTNET