Skip to content

Commit

Permalink
Update crates/aranya-runtime/src/client.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Dygert <[email protected]>
  • Loading branch information
benz-spideroak and jdygert-spok authored Jan 30, 2025
1 parent 6875f8a commit ec25d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aranya-runtime/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ where
pub fn update_heads(
&mut self,
storage_id: GraphId,
commands: &[Address],
addrs: impl IntoIterator<Item = Address>,
request_heads: &mut PeerCache,
) -> Result<(), ClientError> {
let storage = self.provider.get_storage(storage_id)?;
Expand Down

0 comments on commit ec25d50

Please sign in to comment.