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

Remove development TODO from public doc comment #7500

Merged
merged 1 commit into from
Nov 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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