Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Update frame/treasury/src/lib.rs
Co-authored-by: Guillaume Thiolliere <[email protected]>
  • Loading branch information
shawntabrizi and gui1117 authored Jul 12, 2021
commit dbbe6063c6c85f7356d14dbd73effd540772ed22
2 changes: 1 addition & 1 deletion frame/treasury/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pub mod pallet {
#[pallet::constant]
type Burn: Get<Permill>;

/// The treasury's module id, used for deriving its sovereign account ID.
/// The treasury's pallet id, used for deriving its sovereign account ID.
#[pallet::constant]
type PalletId: Get<PalletId>;

Expand Down