add genesis_timestamp_offset to drand-halting testcase
This commit is contained in:
parent
e14b716643
commit
4ac2de1ee5
@ -53,6 +53,8 @@ instances = { min = 1, max = 100, default = 5 }
|
||||
balance = { type = "int", default = 1 }
|
||||
sectors = { type = "int", default = 1 }
|
||||
role = { type = "string" }
|
||||
genesis_timestamp_offset = { type = "int", default = 0 }
|
||||
|
||||
|
||||
random_beacon_type = { type = "enum", default = "local-drand", options = ["mock", "local-drand", "external-drand"] }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user