Skip to content

Commit

Permalink
Merge branches 'fix--deserialize-proposal-actions' and 'master' of gi…
Browse files Browse the repository at this point in the history
…thub.com:calimero-network/core into fix--deserialize-proposal-actions
  • Loading branch information
MatejVukosav committed Nov 8, 2024
2 parents a791f84 + efba9ad commit c9ca5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/context/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ impl ContextManager {
self.client_config.new.network.as_str().into(),
self.client_config.new.contract_id.as_str().into(),
)
.get_proxy_contract(context_id.rt().unwrap())
.get_proxy_contract(context_id.rt().expect("infallible conversion"))
.await?;
Ok(proxy_contract)
}
Expand Down

0 comments on commit c9ca5f2

Please sign in to comment.