Skip to content
Snippets Groups Projects
Commit 701913b9 authored by Éloïs's avatar Éloïs
Browse files

mod(runtimes): change param ProofLimit 255-> 1024

parent f7c6e259
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ macro_rules! pallets_config {
impl pallet_atomic_swap::Config for Runtime {
type Event = Event;
type SwapAction = pallet_atomic_swap::BalanceSwapAction<AccountId, Balances>;
type ProofLimit = frame_support::traits::ConstU32<255>;
type ProofLimit = frame_support::traits::ConstU32<1_024>;
}
impl pallet_provide_randomness::Config for Runtime {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment