Skip to content

Commit

Permalink
fix: renamed module
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Nov 13, 2023
1 parent 668bb2c commit 316372b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fly/src/app/balance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! ICRC-1 token balances
mod account;
mod balance;
mod account_balance;

use std::cell::RefCell;

Expand All @@ -14,7 +14,7 @@ use ic_stable_structures::{DefaultMemoryImpl, StableBTreeMap, StableCell};
use icrc::icrc1::account::{Account, DEFAULT_SUBACCOUNT};

use self::account::StorableAccount;
use self::balance::Balance as AccountBalance;
use self::account_balance::Balance as AccountBalance;
use crate::app::memory::{BALANCES_MEMORY_ID, CANISTER_WALLET_ACCOUNT_MEMORY_ID, MEMORY_MANAGER};

thread_local! {
Expand Down
File renamed without changes.

0 comments on commit 316372b

Please sign in to comment.