Skip to content

Commit de2293b

Browse files
author
eric
committed
add FNCY_2 print log
1 parent 28e33a5 commit de2293b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cmd/geth/main.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,14 @@ func geth(ctx *cli.Context) error {
311311
defer stack.Close()
312312

313313
startNode(ctx, stack, backend)
314+
315+
log.Info("***************************** CONFIG INFO ****************************")
316+
log.Info("******* FNCY_2.0", "chainId", backend.ChainConfig().ChainID)
317+
log.Info("******* FNCY_2.0", "contract48kBlock", backend.ChainConfig().Contract48kBlock.Int64())
318+
log.Info("******* FNCY_2.0", "fncy2Block", backend.ChainConfig().Fncy2Block.Int64())
319+
log.Info("******* FNCY_2.0", "stopMintBlock", backend.ChainConfig().Parlia.StopMintBlock.Int64())
320+
log.Info("***************************** CONFIG INFO *****************************")
321+
log.Info("Start FNCY_2.0 success")
314322
stack.Wait()
315323
return nil
316324
}

0 commit comments

Comments
 (0)