Implement storage empty assertion (#134)

This commit is contained in:
Omar
2025-08-11 16:17:19 +03:00
committed by GitHub
parent f7fbe094ec
commit 67d767ffde
7 changed files with 153 additions and 6 deletions
+1
View File
@@ -451,6 +451,7 @@ where
.filter_map(|step| match step {
Step::FunctionCall(input) => Some(input.caller),
Step::BalanceAssertion(..) => None,
Step::StorageEmptyAssertion(..) => None,
})
.next()
.unwrap_or(Input::default_caller());