mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Simplify and test deterministically_sign
This commit is contained in:
@@ -109,7 +109,7 @@ pub async fn deploy_contract(
|
||||
input: bin,
|
||||
};
|
||||
|
||||
let deployment_tx = deterministically_sign(&deployment_tx);
|
||||
let deployment_tx = deterministically_sign(deployment_tx);
|
||||
|
||||
// Fund the deployer address
|
||||
fund_account(
|
||||
|
||||
Reference in New Issue
Block a user