Skip to content

Commit

Permalink
Update contracts/axelar-gas-service/src/event.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
canhtrinh and milapsheth authored Mar 14, 2024
1 parent 42b2270 commit 85260a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/axelar-gas-service/src/event.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use soroban_sdk::{symbol_short, Address, Bytes, BytesN, Env, String, U256};

pub(crate) fn native_gas_paid_for_contract_call(
pub(crate) fn gas_paid_for_contract_call(
env: &Env,
sender: Address,
destination_chain: String,
Expand Down

0 comments on commit 85260a1

Please sign in to comment.