Skip to content

Commit

Permalink
Update rs/sns/swap/src/types.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
aterga authored Sep 3, 2024
1 parent 683c174 commit b1d3dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/sns/swap/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use ic_canister_log::log;
use ic_ledger_core::Tokens;
use ic_nervous_system_common::{ledger::ICRC1Ledger, ONE_DAY_SECONDS};
use ic_nervous_system_proto::pb::v1::Principals;
use ic_sns_governance::pb::v1::{ClaimedSwapNeuronStatus, NeuronId, NeuronIds};
use ic_sns_governance::pb::v1::{ClaimedSwapNeuronStatus, NeuronId};
use icrc_ledger_types::icrc1::account::{Account, Subaccount};
use std::str::FromStr;

Expand Down

0 comments on commit b1d3dfc

Please sign in to comment.