Skip to content

Commit

Permalink
Update crates/context/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Miraculous Owonubi <[email protected]>
  • Loading branch information
MatejVukosav and miraclx authored Nov 8, 2024
1 parent f3e221c commit efddaab
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 efddaab

Please sign in to comment.