diff --git a/pallets/duniter-account/Cargo.toml b/pallets/duniter-account/Cargo.toml index 43e818cca9d9284d2d9750cadb81ede1b209674b..304f5f33155b2751faf52c079df0c1cf5e05ccc9 100644 --- a/pallets/duniter-account/Cargo.toml +++ b/pallets/duniter-account/Cargo.toml @@ -17,7 +17,6 @@ runtime-benchmarks = [ 'frame-system/runtime-benchmarks', 'sp-runtime/runtime-benchmarks', 'pallet-identity/runtime-benchmarks', - 'pallet-provide-randomness/runtime-benchmarks', 'pallet-treasury/runtime-benchmarks', 'pallet-quota/runtime-benchmarks', 'pallet-balances/runtime-benchmarks', @@ -45,7 +44,6 @@ try-runtime = [ 'frame-system/try-runtime', 'sp-runtime/try-runtime', 'pallet-identity/try-runtime', - 'pallet-provide-randomness/try-runtime', 'pallet-treasury/try-runtime', 'pallet-quota/try-runtime', 'pallet-balances/try-runtime', diff --git a/resources/metadata.scale b/resources/metadata.scale index f963c977883e0d240b34d87f1b77b461ffcdee71..26b30e4664d0ced1c6e5a8bb586ccfd1ace71403 100644 Binary files a/resources/metadata.scale and b/resources/metadata.scale differ