inex -> index

This commit is contained in:
Robert Habermeier
2017-12-27 18:03:41 +01:00
parent 2540a8728d
commit cb7d407880
+1 -1
View File
@@ -55,7 +55,7 @@ pub struct Candidate {
#[serde(deny_unknown_fields)] #[serde(deny_unknown_fields)]
pub struct CandidateReceipt { pub struct CandidateReceipt {
/// The ID of the parachain this is a candidate for. /// The ID of the parachain this is a candidate for.
pub parachain_inex: Id, pub parachain_index: Id,
/// The collator's account ID /// The collator's account ID
pub collator: ::Address, pub collator: ::Address,
/// The head-data /// The head-data