mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-07 15:43:07 +00:00
Disperse encoded data in full flow test
This commit is contained in:
parent
2b888b251f
commit
420e32f842
@ -65,6 +65,7 @@ class TestFullFlow(TestCase):
|
|||||||
|
|
||||||
# inject mock send and await method
|
# inject mock send and await method
|
||||||
self.dispersal._send_and_await_response = __send_and_await_response
|
self.dispersal._send_and_await_response = __send_and_await_response
|
||||||
|
self.dispersal.disperse(encoded_data)
|
||||||
blob_id = build_blob_id(encoded_data.aggregated_column_commitment, encoded_data.row_commitments)
|
blob_id = build_blob_id(encoded_data.aggregated_column_commitment, encoded_data.row_commitments)
|
||||||
blob_metadata = BlobMetadata(
|
blob_metadata = BlobMetadata(
|
||||||
blob_id,
|
blob_id,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user