diff --git a/src/steps/da.py b/src/steps/da.py index 98e587f..f3e6123 100644 --- a/src/steps/da.py +++ b/src/steps/da.py @@ -5,7 +5,7 @@ from src.steps.common import StepsCommon def prepare_dispersal_data(data): data_bytes = data.encode("utf-8") - dispersal_data = {"data": list(data_bytes), "metadata": {"app_id": [1] + [0] * 31, "index": 0}} + dispersal_data = {"data": list(data_bytes), "metadata": {"app_id": [1] + [0] * 31, "index": [0] * 8}} return dispersal_data