mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
address grumbles
This commit is contained in:
@@ -73,7 +73,7 @@ impl<H, N> From<AuthoritySet<H, N>> for SharedAuthoritySet<H, N> {
|
||||
pub(crate) struct Status<H, N> {
|
||||
/// Whether internal changes were made.
|
||||
pub(crate) changed: bool,
|
||||
/// `Some` when underlying authority set has changed, containign the
|
||||
/// `Some` when underlying authority set has changed, containing the
|
||||
/// block where that set changed.
|
||||
pub(crate) new_set_block: Option<(H, N)>,
|
||||
}
|
||||
|
||||
@@ -798,7 +798,7 @@ impl<B, E, Block: BlockT<Hash=H256>, RA> ApiClient<Block> for Arc<Client<B, E, B
|
||||
{
|
||||
self.call_api_at_strong(
|
||||
&BlockId::hash(header.parent_hash().clone()),
|
||||
::fg_primitives::PENDING_CHANGE_CALL,
|
||||
fg_primitives::PENDING_CHANGE_CALL,
|
||||
header.digest(),
|
||||
&mut Default::default(),
|
||||
&mut None,
|
||||
|
||||
Reference in New Issue
Block a user