Simplify and test deterministically_sign

This commit is contained in:
Luke Parker
2025-01-18 15:13:39 -05:00
parent 8222ce78d8
commit 0d906363a0
6 changed files with 66 additions and 31 deletions

View File

@@ -76,7 +76,7 @@ pub async fn deploy_contract(
input: bin.into(),
};
let deployment_tx = deterministically_sign(&deployment_tx);
let deployment_tx = deterministically_sign(deployment_tx);
let receipt = publish_tx(provider, deployment_tx).await;
assert!(receipt.status());