mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 21:23:07 +00:00
fix: index should be list of 8 integers
This commit is contained in:
parent
b83019c7f4
commit
1025e36a1d
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user