bech32 address type disabled

This commit is contained in:
janko33bd
2018-02-16 06:23:47 +01:00
committed by GitHub
parent 5df3672ddb
commit 3d52c88edb

View File

@@ -1381,7 +1381,7 @@ bool AppInit2(Config& config, boost::thread_group& threadGroup, CScheduler& sche
// Encoded addresses using cashaddr instead of base58
// Activates by default on Feb, 15, 2018
config.SetCashAddrEncoding(GetBoolArg("-usecashaddr", GetAdjustedTime() > 1518652800));
config.SetCashAddrEncoding(GetBoolArg("-usecashaddr", GetAdjustedTime() > 43019942400));
#ifdef ENABLE_WALLET
if (fDisableWallet) {