add assert
This commit is contained in:
parent
1ef75e0875
commit
a18c05e7e2
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue