Skip to content

Commit b0acd2d

Browse files
committed
fix
1 parent 92a9612 commit b0acd2d

File tree

1 file changed

+1
-1
lines changed
  • rust/rbac-registration/src/cardano

1 file changed

+1
-1
lines changed

rust/rbac-registration/src/cardano/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ pub trait RbacChainsState {
4040
/// RBAC chain's by the given `CatalystId`.
4141
fn take_stake_address_from_chains(
4242
&mut self,
43-
addresses: impl Iterator<Item = StakeAddress>,
43+
addresses: impl Iterator<Item = StakeAddress> + Send,
4444
) -> impl Future<Output = anyhow::Result<()>> + Send;
4545
}

0 commit comments

Comments
 (0)