Skip to content

Commit

Permalink
Reshare happens in a spawned task, fix local service rotate keyshares…
Browse files Browse the repository at this point in the history
… lookup key
  • Loading branch information
ameba23 committed Nov 25, 2024
1 parent c3a0eb5 commit cce0d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/cli/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ pub fn new_full_base(
);
offchain_db.local_storage_set(
sp_core::offchain::StorageKind::PERSISTENT,
b"rotate_keyshares",
b"rotate_network_key",
&format!("{}/rotate_network_key", endpoint).into_bytes(),
);
offchain_db.local_storage_set(
Expand Down

0 comments on commit cce0d5a

Please sign in to comment.