mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 12:25:51 +00:00
Revert mistaken substitution
This commit is contained in:
@@ -314,7 +314,7 @@ impl<C: Context> SharedTable<C> {
|
|||||||
/// Provide an iterator yielding pairs of (statement, received_from).
|
/// Provide an iterator yielding pairs of (statement, received_from).
|
||||||
pub fn import_statements<I, U>(&self, iterable: I) -> U
|
pub fn import_statements<I, U>(&self, iterable: I) -> U
|
||||||
where
|
where
|
||||||
I: Iterator<Item=(<C as TypeResolve>::SignedTableStatement, Option<C::AuthorityId>)>,
|
I: IntoIterator<Item=(<C as TypeResolve>::SignedTableStatement, Option<C::AuthorityId>)>,
|
||||||
U: ::std::iter::FromIterator<table::Summary<C::Digest, C::GroupId>>,
|
U: ::std::iter::FromIterator<table::Summary<C::Digest, C::GroupId>>,
|
||||||
{
|
{
|
||||||
let mut inner = self.inner.lock();
|
let mut inner = self.inner.lock();
|
||||||
|
|||||||
Reference in New Issue
Block a user