mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Create issues for all TODOs/FIXMEs (#224)
* network and validation * remainder of todos * ref new issue * change issue number
This commit is contained in:
committed by
Robert Habermeier
parent
33df0a4adf
commit
2bbfa0ae98
@@ -425,7 +425,7 @@ impl<T: Trait> Module<T> {
|
||||
}
|
||||
|
||||
/*
|
||||
// TODO: Consider integrating if needed.
|
||||
// TODO: Consider integrating if needed. (https://github.com/paritytech/polkadot/issues/223)
|
||||
/// Extract the parachain heads from the block.
|
||||
pub fn parachain_heads(&self) -> &[CandidateReceipt] {
|
||||
let x = self.inner.extrinsics.get(PARACHAINS_SET_POSITION as usize).and_then(|xt| match xt.function {
|
||||
|
||||
Reference in New Issue
Block a user