Skip to content

Commit 56eb713

Browse files
committed
Log status of ELIP 203
1 parent d805236 commit 56eb713

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/init.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,6 +1547,7 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
15471547
}
15481548
LogPrintf("* Using %.1f MiB for chain state database\n", cache_sizes.coins_db * (1.0 / 1024 / 1024));
15491549
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));
1550+
LogPrintf("ELIP 203 is%s active\n", (chainparams.GetAcceptUnlimitedIssuances())?"":" not");
15501551

15511552
bool fLoaded = false;
15521553
while (!fLoaded && !ShutdownRequested()) {

0 commit comments

Comments
 (0)