Delay EIP-712 array traversal until size is received

This commit is contained in:
Alexandre Paillier
2024-03-27 17:29:22 +01:00
parent 46880bda8f
commit 04464c2f11
3 changed files with 21 additions and 9 deletions

View File

@@ -228,7 +228,7 @@ static bool field_hash_finalize(const void *const field_ptr,
return false;
}
}
path_advance();
path_advance(true);
fh->state = FHS_IDLE;
ui_712_finalize_field();
return true;