mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 06:21:11 +00:00
Remove storage MaxValues limits (#11643)
* Remove limits Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove more Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
dfda072af3
commit
dd2314a118
@@ -262,9 +262,6 @@ pub mod pallet {
|
||||
Blake2_128Concat,
|
||||
T::AccountId,
|
||||
AssetAccountOf<T, I>,
|
||||
OptionQuery,
|
||||
GetDefault,
|
||||
ConstU32<300_000>,
|
||||
>;
|
||||
|
||||
#[pallet::storage]
|
||||
@@ -279,9 +276,6 @@ pub mod pallet {
|
||||
NMapKey<Blake2_128Concat, T::AccountId>, // delegate
|
||||
),
|
||||
Approval<T::Balance, DepositBalanceOf<T, I>>,
|
||||
OptionQuery,
|
||||
GetDefault,
|
||||
ConstU32<300_000>,
|
||||
>;
|
||||
|
||||
#[pallet::storage]
|
||||
@@ -292,8 +286,6 @@ pub mod pallet {
|
||||
T::AssetId,
|
||||
AssetMetadata<DepositBalanceOf<T, I>, BoundedVec<u8, T::StringLimit>>,
|
||||
ValueQuery,
|
||||
GetDefault,
|
||||
ConstU32<300_000>,
|
||||
>;
|
||||
|
||||
#[pallet::genesis_config]
|
||||
|
||||
Reference in New Issue
Block a user