Skip to content
Snippets Groups Projects
Commit cf6c2518 authored by Caio's avatar Caio Committed by GitHub
Browse files

Remove development TODO from public doc comment (#7500)

parent 51c67fe8
No related merge requests found
......@@ -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.
///
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment