Closes #2639. z_shieldcoinbase is now supported, no longer experimental.

This reverts commit 5023af7bd5.
This commit is contained in:
Simon
2017-10-26 11:29:36 -07:00
parent fbd59653a2
commit c2d3bafeaa
3 changed files with 2 additions and 15 deletions

View File

@@ -790,8 +790,6 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
if (!fExperimentalMode) {
if (mapArgs.count("-developerencryptwallet")) {
return InitError(_("Wallet encryption requires -experimentalfeatures."));
} else if (mapArgs.count("-zshieldcoinbase")) {
return InitError(_("RPC call z_shieldcoinbase requires -experimentalfeatures."));
}
}