Change nForkStartHeight & nForkHeightRange to 0

This commit is contained in:
J62 2018-10-14 19:55:16 -07:00 committed by GitHub
parent 61a6bb0c7e
commit 3d951ae387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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