Skip to content

Commit

Permalink
add address log when init evm
Browse files Browse the repository at this point in the history
  • Loading branch information
bysomeone authored and vipwzw committed Mar 16, 2023
1 parent 9042f1b commit 388fe57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/dapp/evm/executor/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func Init(name string, cfg *types.Chain33Config, sub []byte) {
// 格式化为配置地址格式
evmExecAddress = common.StringToAddress(address.ExecAddress(cfg.ExecName(name))).String()
evmExecFormatAddress = address.ToLower(evmExecAddress)
log.Info("evmInit", "execAddr", evmExecAddress, "formatAddr", evmExecFormatAddress)
// 初始化硬分叉数据
state.InitForkData()
InitExecType()
Expand Down

0 comments on commit 388fe57

Please sign in to comment.