Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Dec 18, 2024
1 parent 188656f commit 6963c84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/pop-contracts/src/up.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ pub async fn submit_signed_payload(
/// blockchain.
///
/// # Arguments
///
/// * `instantiate_exec` - the preprocessed data to instantiate a contract.
pub async fn dry_run_gas_estimate_instantiate(
instantiate_exec: &InstantiateExec<DefaultConfig, DefaultEnvironment, Keypair>,
Expand Down Expand Up @@ -322,7 +321,6 @@ pub struct UploadDryRunResult {
/// Performs a dry-run for uploading a contract without modifying the state of the blockchain.
///
/// # Arguments
///
/// * `upload_exec` - the preprocessed data to upload a contract.
pub async fn dry_run_upload(
upload_exec: &UploadExec<DefaultConfig, DefaultEnvironment, Keypair>,
Expand Down Expand Up @@ -354,7 +352,6 @@ pub struct ContractInfo {
/// Instantiate a contract.
///
/// # Arguments
///
/// * `instantiate_exec` - the preprocessed data to instantiate a contract.
/// * `gas_limit` - maximum amount of gas to be used for this call.
pub async fn instantiate_smart_contract(
Expand All @@ -374,7 +371,6 @@ pub async fn instantiate_smart_contract(
/// Upload a contract.
///
/// # Arguments
///
/// * `upload_exec` - the preprocessed data to upload a contract.
pub async fn upload_smart_contract(
upload_exec: &UploadExec<DefaultConfig, DefaultEnvironment, Keypair>,
Expand Down

0 comments on commit 6963c84

Please sign in to comment.