Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
More consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Jun 2, 2022
1 parent 9d3a60c commit 1ea1f8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/rust/src/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ pub async fn deploy_cape_with_deployer(deployer: Arc<EthMiddleware>) -> CAPE<Eth
.await
.unwrap()
.await
.unwrap();
.unwrap()
.ensure_mined();

CAPE::new(cape.address(), deployer)
}
Expand Down

0 comments on commit 1ea1f8a

Please sign in to comment.