Skip to content

Commit

Permalink
Add issue number to TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Aug 6, 2024
1 parent ac33b2a commit b4f41e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/registry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ pub mod pallet {
return Err(Error::<T>::JumpStartNotCompleted.into());
};

// TODO (Nando): For a `CountedStorageMap` there is the possibility that the counter
// TODO (#984): For a `CountedStorageMap` there is the possibility that the counter
// can decrease as storage entries are removed from the map. In our case we don't ever
// remove entries from the `RegisteredOnChain` map so the counter should never
// decrease. If it does we will end up with the same verifying key for different
Expand Down

0 comments on commit b4f41e1

Please sign in to comment.