Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lochjin committed Oct 13, 2024
1 parent b102bf9 commit d4b7ebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meerevm/meer/meerchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ func (m *MeerPool) checkSignature(ced *meerchange.MeerchangeExportData, entrys [
}

func (mc *MeerChain) GetMeerChangeCode() ([]byte, error) {
fmt.Println("测试meercange meerchange.Bytecode", len(meerchange.Bytecode))
if len(meerchange.Bytecode) > 0 {
return meerchange.Bytecode, nil
}
Expand Down

0 comments on commit d4b7ebb

Please sign in to comment.