mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
Make New Storage Layer Truly Default (#11918)
* with storage layer truly default * fmt Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -2735,7 +2735,7 @@ mod unbond {
|
||||
|
||||
// when: unbonding more than our active: error
|
||||
assert_noop!(
|
||||
frame_support::storage::in_storage_layer(|| Pools::unbond(
|
||||
frame_support::storage::with_storage_layer(|| Pools::unbond(
|
||||
Origin::signed(10),
|
||||
10,
|
||||
5
|
||||
@@ -2787,7 +2787,7 @@ mod unbond {
|
||||
// when
|
||||
CurrentEra::set(2);
|
||||
assert_noop!(
|
||||
frame_support::storage::in_storage_layer(|| Pools::unbond(
|
||||
frame_support::storage::with_storage_layer(|| Pools::unbond(
|
||||
Origin::signed(20),
|
||||
20,
|
||||
4
|
||||
|
||||
Reference in New Issue
Block a user