Log status of ELIP 203

This commit is contained in:
Pablo Greco 2026-03-10 07:42:52 -07:00
parent d8052363f3
commit 56eb713150
No known key found for this signature in database
GPG key ID: 2F656B0610604482

View file

@ -1547,6 +1547,7 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
}
LogPrintf("* Using %.1f MiB for chain state database\n", cache_sizes.coins_db * (1.0 / 1024 / 1024));
LogPrintf("* Using %.1f MiB for in-memory UTXO set (plus up to %.1f MiB of unused mempool space)\n", cache_sizes.coins * (1.0 / 1024 / 1024), nMempoolSizeMax * (1.0 / 1024 / 1024));
LogPrintf("ELIP 203 is%s active\n", (chainparams.GetAcceptUnlimitedIssuances())?"":" not");
bool fLoaded = false;
while (!fLoaded && !ShutdownRequested()) {