File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ impl Facade {
186
186
/// # Arguments
187
187
///
188
188
/// * `key` - The pre-generated key.
189
- pub async fn add_permanent_auth_key ( & self , key : Key ) -> Result < PeerKey , databases:: error:: Error > {
189
+ async fn add_permanent_auth_key ( & self , key : Key ) -> Result < PeerKey , databases:: error:: Error > {
190
190
self . add_auth_key ( key, None ) . await
191
191
}
192
192
@@ -239,9 +239,9 @@ impl Facade {
239
239
self . in_memory_key_repository . remove ( key) . await ;
240
240
}
241
241
242
- /// The `Tracker` stores the authentication keys in memory and in the
243
- /// database. In case you need to restart the `Tracker` you can load the
244
- /// keys from the database into memory with this function. Keys are
242
+ /// The `Tracker` stores the authentication keys in memory and in the
243
+ /// database. In case you need to restart the `Tracker` you can load the
244
+ /// keys from the database into memory with this function. Keys are
245
245
/// automatically stored in the database when they are generated.
246
246
///
247
247
/// # Errors
You can’t perform that action at this time.
0 commit comments