Skip to content

Commit

Permalink
rusk: cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszm committed Jul 18, 2024
1 parent 562a057 commit f6a7935
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rusk/src/lib/chain/rusk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ fn execute(
tx: &PhoenixTransaction,
gas_per_deploy_byte: Option<u64>,
) -> Result<CallReceipt<Result<Vec<u8>, ContractError>>, PiecrustError> {
println!("xxxx={:?}", gas_per_deploy_byte);
if let Some(deploy) = tx.payload().contract_deploy() {
let deploy_charge =
bytecode_charge(&deploy.bytecode, &gas_per_deploy_byte);
Expand Down

0 comments on commit f6a7935

Please sign in to comment.