Skip to content

Commit 97326f8

Browse files
committed
make test pass
1 parent 7350a67 commit 97326f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtimes/common/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ pub mod tips {
553553
pub const MaximumReasonLength: u32 = MAXIMUM_REASON_LENGTH;
554554
pub const TipCountdown: BlockNumber = DAYS;
555555
pub const TipFindersFee: Percent = Percent::from_percent(0);
556-
pub const TipReportDepositBase: Balance = 0;
556+
pub const TipReportDepositBase: Balance = 1;
557557
pub const MaxTipAmount: Balance = 100_000 * KILT;
558558
}
559559
}

0 commit comments

Comments
 (0)