Skip to content

Commit

Permalink
Revert "reintroduce unused IntoVal"
Browse files Browse the repository at this point in the history
This reverts commit 3f5ed3d.
  • Loading branch information
nbayindirli committed Jan 23, 2025
1 parent dd1897d commit c5a061e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use soroban_sdk::testutils::Address as _;
use soroban_sdk::{token, vec, Address, Bytes, BytesN, String, IntoVal};
use soroban_sdk::{token, vec, Address, Bytes, BytesN, String};
use stellar_axelar_gateway::testutils::{generate_proof, get_approve_hash};
use stellar_axelar_gateway::types::Message as GatewayMessage;
use stellar_axelar_std::address::AddressExt;
Expand Down

0 comments on commit c5a061e

Please sign in to comment.