Unit testing: fix typo in sandbox parameters.
This commit is contained in:
parent
eb89877d58
commit
801d0ca287
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"genesis_pubkey":
|
"genesis_pubkey":
|
||||||
"edpkuSLWfVU1Vq7Jg9FucPyKmma6otcMHac9zG4oU1KMHSTBpJuGQ2",
|
"edpkuSLWfVU1Vq7Jg9FucPyKmma6otcMHac9zG4oU1KMHSTBpJuGQ2",
|
||||||
"slot_durations" : [ 10 ; 5 ],
|
"slot_durations" : [ 10, 5 ],
|
||||||
"cycle_length" : 128,
|
"cycle_length" : 128,
|
||||||
"first_free_mining_slot" : 4
|
"first_free_mining_slot" : 4
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user