From 801d0ca2878ee5cae0b0ebcadaaa3e4795a5b305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Sun, 26 Feb 2017 02:03:23 +0100 Subject: [PATCH] Unit testing: fix typo in sandbox parameters. --- test/sandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sandbox.json b/test/sandbox.json index 908c3b299..23a07709a 100644 --- a/test/sandbox.json +++ b/test/sandbox.json @@ -1,7 +1,7 @@ { "genesis_pubkey": "edpkuSLWfVU1Vq7Jg9FucPyKmma6otcMHac9zG4oU1KMHSTBpJuGQ2", - "slot_durations" : [ 10 ; 5 ], + "slot_durations" : [ 10, 5 ], "cycle_length" : 128, "first_free_mining_slot" : 4 }