Эх сурвалжийг харах

drk/deploy: minor comment fix

skoupidi 9 сар өмнө
parent
commit
02a6b76cfe
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      bin/drk/src/deploy.rs

+ 2 - 2
bin/drk/src/deploy.rs

@@ -556,7 +556,7 @@ impl Drk {
         deploy_debris.params.encode_async(&mut data).await?;
         let call = ContractCall { contract_id: *DEPLOYOOOR_CONTRACT_ID, data };
 
-        // Create the TransactionBuilder containing above cal
+        // Create the TransactionBuilder containing above call
         let mut tx_builder =
             TransactionBuilder::new(ContractCallLeaf { call, proofs: vec![] }, vec![])?;
 
@@ -619,7 +619,7 @@ impl Drk {
         lock_debris.params.encode_async(&mut data).await?;
         let call = ContractCall { contract_id: *DEPLOYOOOR_CONTRACT_ID, data };
 
-        // Create the TransactionBuilder containing above cal
+        // Create the TransactionBuilder containing above call
         let mut tx_builder =
             TransactionBuilder::new(ContractCallLeaf { call, proofs: vec![] }, vec![])?;