Merge remote-tracking branch 'origin/master' into HEAD

This commit is contained in:
Tom Trevethan 2026-06-19 13:46:12 +01:00
commit 7c1fcd1ba6
No known key found for this signature in database
14 changed files with 327 additions and 179 deletions

View file

@ -1834,6 +1834,7 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
index_cache_sizes.filter_index * (1.0 / 1024 / 1024), BlockFilterTypeName(filter_type));
}
LogInfo("* Using %.1f MiB for chain state database", kernel_cache_sizes.coins_db * (1.0 / 1024 / 1024));
LogInfo("ELIP 203 is%s active\n", (chainparams.GetAcceptUnlimitedIssuances())?"":" not");
assert(!node.mempool);
assert(!node.chainman);