Unit testing: fix typo in sandbox parameters.

This commit is contained in:
Grégoire Henry 2017-02-26 02:03:23 +01:00
parent eb89877d58
commit 801d0ca287

View File

@ -1,7 +1,7 @@
{
"genesis_pubkey":
"edpkuSLWfVU1Vq7Jg9FucPyKmma6otcMHac9zG4oU1KMHSTBpJuGQ2",
"slot_durations" : [ 10 ; 5 ],
"slot_durations" : [ 10, 5 ],
"cycle_length" : 128,
"first_free_mining_slot" : 4
}