mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
Fix typos and markdown (#2388)
* Fix typos * Align properly * Update core/consensus/slots/src/lib.rs Co-Authored-By: cmichi <mich@elmueller.net> * Update core/network/src/test/mod.rs Co-Authored-By: cmichi <mich@elmueller.net> * Update core/finality-grandpa/src/communication/mod.rs Co-Authored-By: cmichi <mich@elmueller.net> * Update core/consensus/common/src/import_queue.rs Co-Authored-By: cmichi <mich@elmueller.net>
This commit is contained in:
committed by
Bastian Köcher
parent
f0202aa425
commit
a0e0d9b03d
@@ -613,7 +613,7 @@ impl<B, P, I> BftService<B, P, I>
|
||||
.map_or(true, |x| self.can_build_on_inner(header, x))
|
||||
}
|
||||
|
||||
/// Get a reference to the underyling client.
|
||||
/// Get a reference to the underlying client.
|
||||
pub fn client(&self) -> &I { &*self.client }
|
||||
|
||||
fn can_build_on_inner(&self, header: &B::Header, live: &(B::Header, AgreementHandle)) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user