Merge pull request #88 from interbiznw/master

Change nForkStartHeight & nForkHeightRange to 0
This commit is contained in:
J62 2018-10-14 19:55:35 -07:00 committed by GitHub
commit 7eb177e846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -301,8 +301,8 @@ public:
m_fallback_fee_enabled = true;
nForkStartHeight = 10;
nForkHeightRange = 300;
nForkStartHeight = 0;
nForkHeightRange = 0;
}
};