Correct docs. (#3919)

This commit is contained in:
Gavin Wood
2019-10-25 18:04:32 +02:00
committed by GitHub
parent 158b4b0b91
commit ae95d05621
+3 -2
View File
@@ -486,9 +486,10 @@ decl_module! {
/// but it is not a majority-carries referendum then it fails.
///
/// - `proposal_hash`: The hash of the current external proposal.
/// - `voting_period`: The period that is allowed for voting on this proposal.
/// - `voting_period`: The period that is allowed for voting on this proposal. Increased to
/// `EmergencyVotingPeriod` if too low.
/// - `delay`: The number of block after voting has ended in approval and this should be
/// enacted. Increased to `EmergencyVotingPeriod` if too low.
/// enacted. This doesn't have a minimum amount.
#[weight = SimpleDispatchInfo::FixedNormal(200_000)]
fn fast_track(origin,
proposal_hash: T::Hash,