mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
* Substrate companion for #8163 https://github.com/paritytech/substrate/pull/8163 * "Update Substrate" Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -1000,7 +1000,7 @@ mod tests {
|
||||
signing_context,
|
||||
*val_idx,
|
||||
&key.public().into(),
|
||||
).await.unwrap().signature().clone();
|
||||
).await.unwrap().unwrap().signature().clone();
|
||||
|
||||
validity_votes.push(ValidityAttestation::Explicit(signature).into());
|
||||
}
|
||||
@@ -1101,7 +1101,7 @@ mod tests {
|
||||
&signing_context,
|
||||
validator_index,
|
||||
&key.public().into(),
|
||||
).await.unwrap()
|
||||
).await.unwrap().unwrap()
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
|
||||
Reference in New Issue
Block a user