You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the event message is not properly signed, the peer returns the
following error:
event message must be properly signed by an identity from a
participating organization in any of the channels existing in the
peer
This is not accurate because the latest logic is only check against
the local MSP, no checks against channel is done for v1.0.
Change-Id: I60f0971bc755565e2cd38d507c1433b52960f1d2
Signed-off-by: Jim Zhang <[email protected]>
returnerrors.New("event message must be properly signed by an identitiy from a participating organization in any of the channels existing in the peer")
104
+
returnfmt.Errorf("event message must be properly signed by an identity from the same organization as the peer: [%s]", err)
0 commit comments