Skip to content
Snippets Groups Projects
Commit 50b84a64 authored by Shawn Tabrizi's avatar Shawn Tabrizi Committed by Bastian Köcher
Browse files

Remove `frame/` prefix from `im_online` DB_KEY. (#4191)

* Remove `frame/` prefix from `im_online` DB_KEY.

Caught in the renaming process. It is not obvious to me why `frame/` or `palette/` or `srml/` was included in the DB key.

* Update lib.rs
parent 78a758bf
No related merge requests found
......@@ -131,7 +131,7 @@ pub mod ed25519 {
/// The local storage database key under which the worker progress status
/// is tracked.
const DB_KEY: &[u8] = b"frame/im-online-worker-status";
const DB_KEY: &[u8] = b"parity/im-online-worker-status";
/// It's important to persist the worker state, since e.g. the
/// server could be restarted while starting the gossip process, but before
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment