We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a9612 commit b0acd2dCopy full SHA for b0acd2d
rust/rbac-registration/src/cardano/state.rs
@@ -40,6 +40,6 @@ pub trait RbacChainsState {
40
/// RBAC chain's by the given `CatalystId`.
41
fn take_stake_address_from_chains(
42
&mut self,
43
- addresses: impl Iterator<Item = StakeAddress>,
+ addresses: impl Iterator<Item = StakeAddress> + Send,
44
) -> impl Future<Output = anyhow::Result<()>> + Send;
45
}
0 commit comments