This commit is contained in:
John Smith
2022-11-04 19:58:01 -04:00
parent dbd9d87434
commit b2dd3bf9b7
3 changed files with 5 additions and 5 deletions

View File

@@ -282,7 +282,7 @@ impl RouteSpecStore {
let rsstdb = table_store.open("RouteSpecStore", 1).await?;
rsstdb.store_cbor(0, b"content", &content).await?;
// Keep secrets in protected store as well
// // Keep secrets in protected store as well
let pstore = self
.unlocked_inner
.routing_table