Skip to content

Commit e8b3034

Browse files
fixed linting
1 parent 1713a1a commit e8b3034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/cere-dev/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ parameter_types! {
807807
pub const ProposalBond: Permill = Permill::from_percent(5);
808808
pub const ProposalBondMinimum: Balance = 50_000 * DOLLARS;
809809
pub const SpendPeriod: BlockNumber = DAYS;
810-
pub const Burn: Permill = Permill::from_parts(25000);
810+
pub const Burn: Permill = Permill::from_parts(0);
811811
pub const TipCountdown: BlockNumber = DAYS;
812812
pub const TipFindersFee: Percent = Percent::from_percent(20);
813813
pub const TipReportDepositBase: Balance = 50_000 * DOLLARS;

0 commit comments

Comments
 (0)