Skip to content
Snippets Groups Projects
Commit 432384cd authored by Gavin Wood's avatar Gavin Wood Committed by GitHub
Browse files

Make submission deposit reasonable (#6402)

parent 067b2ab9
Branches
No related merge requests found
......@@ -54,7 +54,7 @@ impl pallet_conviction_voting::Config for Runtime {
parameter_types! {
pub const AlarmInterval: BlockNumber = 1;
pub const SubmissionDeposit: Balance = 100 * UNITS;
pub const SubmissionDeposit: Balance = 1 * QUID;
pub const UndecidingTimeout: BlockNumber = 28 * DAYS;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment