mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-23 11:41:33 +00:00
fix: cannon treats ap with different generations as incompatible (#350)
Fixes #348.
This commit is contained in:
@ -114,9 +114,7 @@ fn check_canon_results(
|
||||
{
|
||||
continue;
|
||||
}
|
||||
(Some(ExecutedState::Ap(prev_ap_result)), Some(ExecutedState::Ap(current_ap_result)))
|
||||
if prev_ap_result == current_ap_result =>
|
||||
{
|
||||
(Some(ExecutedState::Ap(_)), Some(ExecutedState::Ap(_))) => {
|
||||
continue;
|
||||
}
|
||||
_ => {
|
||||
|
Reference in New Issue
Block a user