mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
Add missing #[pallet::constant] annotations to pallets (#9367)
fixing #9306
This commit is contained in:
committed by
GitHub
parent
2dcbad535b
commit
76a289ebd8
@@ -187,6 +187,7 @@ pub mod pallet {
|
||||
type SpendFunds: SpendFunds<Self, I>;
|
||||
|
||||
/// The maximum number of approvals that can wait in the spending queue.
|
||||
#[pallet::constant]
|
||||
type MaxApprovals: Get<u32>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user