Add liquidv1 chainparams

This commit is contained in:
Gregory Sanders 2019-03-15 12:18:18 -04:00 committed by Steven Roose
parent 045e615692
commit 00fba7771c
No known key found for this signature in database
GPG key ID: 7FC91380BB4CE800
4 changed files with 154 additions and 0 deletions

View file

@ -14,6 +14,7 @@
const std::string CBaseChainParams::MAIN = "main";
const std::string CBaseChainParams::TESTNET = "test";
const std::string CBaseChainParams::REGTEST = "regtest";
const std::string CBaseChainParams::LIQUID1 = "liquidv1";
void SetupChainParamsBaseOptions()
{