Merge branch 'master' into elem-23.4.0rc1

This commit is contained in:
Pablo Greco 2026-03-12 05:31:26 -07:00
commit 6d21020ab3
No known key found for this signature in database
GPG key ID: 2F656B0610604482
4 changed files with 149 additions and 70 deletions

View file

@ -1552,6 +1552,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()) {