File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,14 @@ func geth(ctx *cli.Context) error {
311
311
defer stack .Close ()
312
312
313
313
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" )
314
322
stack .Wait ()
315
323
return nil
316
324
}
You can’t perform that action at this time.
0 commit comments