commit
c6fbf3b704
@ -471,7 +471,7 @@ func (vm *VM) ApplyMessage(ctx context.Context, msg *types.Message) (*ApplyRet,
|
|||||||
return nil, xerrors.Errorf("fatal error: %w", actorErr)
|
return nil, xerrors.Errorf("fatal error: %w", actorErr)
|
||||||
}
|
}
|
||||||
if actorErr != nil {
|
if actorErr != nil {
|
||||||
log.Warn("[%d] Send actor error: %s", vm.blockHeight, actorErr)
|
log.Warnf("[%d] Send actor error: %+v", vm.blockHeight, actorErr)
|
||||||
}
|
}
|
||||||
|
|
||||||
var errcode uint8
|
var errcode uint8
|
||||||
|
Loading…
Reference in New Issue
Block a user