We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7350a67 commit 97326f8Copy full SHA for 97326f8
1 file changed
runtimes/common/src/constants.rs
@@ -553,7 +553,7 @@ pub mod tips {
553
pub const MaximumReasonLength: u32 = MAXIMUM_REASON_LENGTH;
554
pub const TipCountdown: BlockNumber = DAYS;
555
pub const TipFindersFee: Percent = Percent::from_percent(0);
556
- pub const TipReportDepositBase: Balance = 0;
+ pub const TipReportDepositBase: Balance = 1;
557
pub const MaxTipAmount: Balance = 100_000 * KILT;
558
}
559
0 commit comments