Skip to content
Unverified Commit 26faf441 authored by Radek Bochenek's avatar Radek Bochenek Committed by GitHub
Browse files

Fix `solochain-template-runtime` freezes config (#5846)

# Description

Sets the correct `RuntimeFreezeReason` type for
`solochain-template-runtime` configuration of pallet_balances.

## Review Notes

For whatever reason `RuntimeFreezeReason` is currently set to
`RuntimeHoldReason`. This in turn causes problems with variant counting
in `MaxFreezes` and results in pallet_balances integrity tests failing
whenever hold/freeze reasons are added to the runtime.
This fixes it by simply setting `RuntimeFreezeReason` to
`RuntimeFreezeReason` in pallet_balances Config.
parent 8279d104
Pipeline #499398 waiting for manual action with stages
in 1 hour, 1 minute, and 7 seconds
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