runtime: fix remote abort (#3942)

This commit is contained in:
Alice Ryhl
2021-07-13 16:47:04 +02:00
committed by GitHub
parent b8ba576192
commit 03f7a78880
9 changed files with 88 additions and 7 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ impl<T: Stack> Level<T> {
() => {
T::default()
};
};
}
Level {
level,