File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -405,8 +405,8 @@ To <dfn>record a redemption record</dfn> given an [=/origin=] |issuer|, an [=/or
405
405
To <dfn>retrieve a redemption record</dfn> given an [=/origin=] |issuer| and an [=/origin=] |topLevel|, run the following steps:
406
406
407
407
1. Let |currentTime| be the current date and time in milliseconds since 01 January, 1970 UTC.
408
- 1. If [=redemptionTimes =] [(|issuer|,|topLevel|)] [=map/exists|does not exist=] , return null.
409
- 1. Let (|record|, |expiration|, |signingKeys|) be [=redemptionTimes =] [(|issuer|,|topLevel|)] .
408
+ 1. If [=redemptionRecords =] [(|issuer|,|topLevel|)] [=map/exists|does not exist=] , return null.
409
+ 1. Let (|record|, |expiration|, |signingKeys|) be [=redemptionRecords =] [(|issuer|,|topLevel|)] .
410
410
1. If |expiration| is less than |currentTime|, return null.
411
411
1. Let |currentSigningKeys| be the result of [=look up the latest keys|looking up of the latest keys=] for |issuer|.
412
412
1. If |currentSigningKeys| does not equal |signingKeys|, return null.
You can’t perform that action at this time.
0 commit comments