Skip to content

Commit

Permalink
fix: remove unused getter
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Jan 22, 2025
1 parent c5587cf commit ee1ada9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/market/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ pub mod pallet {
/// Invariant must be held at all times:
/// `account(MarketPallet).balance == all_accounts.map(|balance| balance[account]].locked + balance[account].free).sum()`
#[pallet::storage]
#[pallet::getter(fn balance_table)] // NOTE(@jmg-duarte,21/1/25): maybe this could be gated?
pub type BalanceTable<T: Config> =
StorageMap<_, _, T::AccountId, BalanceEntry<BalanceOf<T>>, ValueQuery>;

Expand Down

0 comments on commit ee1ada9

Please sign in to comment.