This commit is contained in:
@ -204,7 +204,7 @@ impl LNVpsDb for MockDb {
|
|||||||
email: None,
|
email: None,
|
||||||
contact_nip17: false,
|
contact_nip17: false,
|
||||||
contact_email: false,
|
contact_email: false,
|
||||||
country_code: "USA".to_string(),
|
country_code: Some("USA".to_string()),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
Ok(max + 1)
|
Ok(max + 1)
|
||||||
|
Reference in New Issue
Block a user