Skip to content

Commit

Permalink
Fix integrity test failure with ED 0, again
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed Mar 27, 2024
1 parent e50ca8e commit 18c62b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ frame-system-rpc-runtime-api = { version = "29.0.0", default-features = false }
frame-try-runtime = { version = "0.37.0", default-features = false }
pallet-aura = { version = "30.0.0", default-features = false }
pallet-assets = { version = "32.0.0", default-features = false }
pallet-balances = { version = "31.0.0", default-features = false }
# AUDIT: Allowing ED to be zero.
pallet-balances = { version = "31.0.0", default-features = false, features = ["insecure_zero_ed"] }
pallet-collective = { version = "31.0.0", default-features = false }
pallet-membership = { version = "31.0.0", default-features = false }
pallet-multisig = { version = "31.0.0", default-features = false }
Expand Down

0 comments on commit 18c62b5

Please sign in to comment.