Fix a comment
This commit is contained in:
parent
43228e18c9
commit
7d58c220ca
|
@ -18,7 +18,7 @@ pub const REQUIRE_BRIDGE_TOKEN: bool = false;
|
|||
pub enum PositiveReportError {
|
||||
DateInFuture,
|
||||
DateInPast, // report is more than MAX_BACKDATE days old
|
||||
FailedToDeserialize, // couldn't deserialize to SerializablePositiveReport
|
||||
FailedToDeserialize, // couldn't deserialize to PositiveReport
|
||||
InvalidBridgeToken,
|
||||
InvalidCountryCode,
|
||||
InvalidLoxProof,
|
||||
|
|
Loading…
Reference in New Issue