Remove references to frame_consensus from docs (#4582)

* Simply remove references to frame_consensus

* More thorough re-write

* Update frame/session/src/lib.rs

Co-Authored-By: thiolliere <gui.thiolliere@gmail.com>

* on_initialize is not dispatchable

* Attempt to fix test.

* Actually fix test.

* Actually ran passing test.

* Update frame/session/src/lib.rs

Co-Authored-By: thiolliere <gui.thiolliere@gmail.com>

Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
Joshy Orndorff
2020-01-27 11:14:10 -05:00
committed by thiolliere
parent 94a187f291
commit 957ea8ba46
3 changed files with 29 additions and 52 deletions
-1
View File
@@ -77,7 +77,6 @@
//!
//! ## Related Modules
//!
//! * [Consensus](../frame_consensus/index.html)
//! * [Democracy](../pallet_democracy/index.html)
//!
//! [`Call`]: ./enum.Call.html