add assert

This commit is contained in:
Kevaundray Wedderburn 2024-05-03 17:06:09 +01:00
parent 1ef75e0875
commit a18c05e7e2
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ def _run_blob_kzg_commitments_merkle_proof_test(spec, state, rng=None):
index=spec.get_subtree_index(gindex),
root=column_sidcar.signed_block_header.message.body_root,
)
assert spec.verify_data_column_sidecar_kzg_proofs(column_sidcar)
assert spec.verify_data_column_sidecar_inclusion_proof(column_sidcar)