From e1c28123cf5c4cb78c45e5a6a20038fc47a2f03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Thu, 23 May 2024 18:33:49 +0200 Subject: [PATCH] gas: remove unused ibc tx gas --- crates/gas/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/gas/src/lib.rs b/crates/gas/src/lib.rs index 4816a49c25..c015542008 100644 --- a/crates/gas/src/lib.rs +++ b/crates/gas/src/lib.rs @@ -84,9 +84,6 @@ pub const WASM_MEMORY_PAGE_GAS: u32 = pub const IBC_ACTION_VALIDATE_GAS: u64 = 1_472_023; /// The cost to execute an Ibc action pub const IBC_ACTION_EXECUTE_GAS: u64 = 3_678_745; -/// The cost to execute an ibc transaction TODO: remove once ibc tx goes back to -/// wasm -pub const IBC_TX_GAS: u64 = 111_825_500; /// The cost to verify a masp spend note pub const MASP_VERIFY_SPEND_GAS: u64 = 66_822_000; /// The cost to verify a masp convert note