Skip to content

Commit c81e02b

Browse files
committed
comment
1 parent 0f37b9a commit c81e02b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

node/src/service.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,10 @@ fn run_manual_seal_authorship(
780780
///
781781
/// Used for the Aura to Babe migration, where Aura validators need their keystore to copy their
782782
/// 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.
783787
fn copy_keys(
784788
keystore: &LocalKeystore,
785789
from_key_type: KeyTypeId,

0 commit comments

Comments
 (0)