We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f37b9a commit c81e02bCopy full SHA for c81e02b
node/src/service.rs
@@ -780,6 +780,10 @@ fn run_manual_seal_authorship(
780
///
781
/// Used for the Aura to Babe migration, where Aura validators need their keystore to copy their
782
/// Aura keys over to Babe. This works because Aura and Babe keys use identical crypto.
783
+///
784
+/// While not required to retain beyond the initial Aura to Babe migration, it is nice to leave it
785
+/// so the node always retains the ability to perform Aura to Babe migrations in the future, in case
786
+/// there is a requirement to do something like regenesis testnet.
787
fn copy_keys(
788
keystore: &LocalKeystore,
789
from_key_type: KeyTypeId,
0 commit comments