Clean runtime constants (#3459)

* Remove bogus constants.

* Bump.
This commit is contained in:
Kian Paimani
2019-08-24 18:00:26 +02:00
committed by Bastian Köcher
parent e9273329ae
commit c14afe4352
6 changed files with 3 additions and 35 deletions
-5
View File
@@ -89,11 +89,6 @@ type NegativeImbalanceOf<T> = <<T as Trait>::Currency as Currency<<T as system::
const MODULE_ID: ModuleId = ModuleId(*b"py/trsry");
pub const DEFAULT_PROPOSAL_BOND: u32 = 0;
pub const DEFAULT_PROPOSAL_BOND_MINIMUM: u32 = 0;
pub const DEFAULT_SPEND_PERIOD: u32 = 0;
pub const DEFAULT_BURN: u32 = 0;
pub trait Trait: system::Trait {
/// The staking balance.
type Currency: Currency<Self::AccountId> + ReservableCurrency<Self::AccountId>;