Skip to content

Commit

Permalink
change rule BR_G93 (link to #1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Nov 1, 2017
1 parent 1f0d994 commit b92f669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Protocol.md
Expand Up @@ -2591,7 +2591,7 @@ If `reduce(GLOBAL_CINDEX[issuer=CERT.issuer,receiver=CERT.receiver,created_on=CE

###### BR_G93 - Membership expiry

For each `REDUCE_BY(GLOBAL_MINDEX[expires_on<=HEAD.medianTime], 'pub') as POTENTIAL` then consider `REDUCE(GLOBAL_MINDEX[pub=POTENTIAL.pub]) AS MS`.
For each `REDUCE_BY(GLOBAL_MINDEX[expires_on<=HEAD.medianTime AND revokes_on>HEAD.medianTime], 'pub') as POTENTIAL` then consider `REDUCE(GLOBAL_MINDEX[pub=POTENTIAL.pub]) AS MS`.

If `MS.expired_on == null OR MS.expired_on == 0`, add a new LOCAL_MINDEX entry:

Expand Down

0 comments on commit b92f669

Please sign in to comment.