Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Remove development TODO from public doc comment (#7500)
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r authored Nov 9, 2020
1 parent e756e83 commit dde09ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frame/system/src/offchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ pub trait AppCrypto<Public, Signature> {
/// This trait adds extra bounds to `Public` and `Signature` types of the runtime
/// that are necessary to use these types for signing.
///
/// TODO [#5663] Could this be just `T::Signature as traits::Verify>::Signer`?
/// Seems that this may cause issues with bounds resolution.
// TODO [#5663] Could this be just `T::Signature as traits::Verify>::Signer`?
// Seems that this may cause issues with bounds resolution.
pub trait SigningTypes: crate::Trait {
/// A public key that is capable of identifing `AccountId`s.
///
Expand Down

0 comments on commit dde09ab

Please sign in to comment.