Skip to content

Commit dbdf549

Browse files
committed
Update storagemap getters name
1 parent 2c0fcd9 commit dbdf549

File tree

1 file changed

+2
-2
lines changed
  • pallets/proxy-financial/src

1 file changed

+2
-2
lines changed

pallets/proxy-financial/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ pub mod pallet {
188188
>;
189189

190190
#[pallet::storage]
191-
#[pallet::getter(fn drawdowns)]
191+
#[pallet::getter(fn drawdowns_info)]
192192
pub(super) type DrawdownsInfo<T: Config> = StorageMap<
193193
_,
194194
Identity,
@@ -208,7 +208,7 @@ pub mod pallet {
208208
>;
209209

210210
#[pallet::storage]
211-
#[pallet::getter(fn transactions)]
211+
#[pallet::getter(fn transactions_info)]
212212
pub(super) type TransactionsInfo<T: Config> = StorageMap<
213213
_,
214214
Identity,

0 commit comments

Comments
 (0)