Commit 01276228 authored by harrylee's avatar harrylee

fix a bug for err logger

parent ca2908fe
Pipeline #8349 failed with stages
......@@ -83,7 +83,7 @@ func (a *appChain) AsyncSend(msg *pb.Message) error {
return err
}
if ibtp == nil {
return errors.New("ibtp wrong")
return nil
}
}
return errors.New("ibtp type wrong")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment