Skip to content

Commit 75635bf

Browse files
Update deployments
1 parent dbaa00f commit 75635bf

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

wasm/src/programs/manager/deploy.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,7 @@ impl ProgramManager {
115115
);
116116

117117
// Create the program owner
118-
let owner = ProgramOwnerNative::new(private_key, deployment_id, &mut StdRng::from_entropy())
119-
.map_err(|err| err.to_string())?;
120-
121-
log("Verifying the deployment and fees");
122-
process
123-
.verify_deployment::<CurrentAleo, _>(&deployment, &mut StdRng::from_entropy())
124-
.map_err(|err| err.to_string())?;
118+
let owner = ProgramOwnerNative::new(private_key, deployment_id, rng).map_err(|err| err.to_string())?;
125119

126120
log("Creating deployment transaction");
127121
Ok(Transaction::from(

0 commit comments

Comments
 (0)