Remove development TODO from public doc comment (#7500)

This commit is contained in:
Caio
2020-11-09 14:00:33 -03:00
committed by GitHub
parent 51c67fe881
commit cf6c2518f5
+2 -2
View File
@@ -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.
///