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 {
|
pub enum PositiveReportError {
|
||||||
DateInFuture,
|
DateInFuture,
|
||||||
DateInPast, // report is more than MAX_BACKDATE days old
|
DateInPast, // report is more than MAX_BACKDATE days old
|
||||||
FailedToDeserialize, // couldn't deserialize to SerializablePositiveReport
|
FailedToDeserialize, // couldn't deserialize to PositiveReport
|
||||||
InvalidBridgeToken,
|
InvalidBridgeToken,
|
||||||
InvalidCountryCode,
|
InvalidCountryCode,
|
||||||
InvalidLoxProof,
|
InvalidLoxProof,
|
||||||
|
|
Loading…
Reference in New Issue