From c653dbf7236cd4382dd98f9bc9faead01115d953 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 11 Jan 2022 17:20:46 -0500 Subject: [PATCH] rename in additional test --- types/genesis_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/genesis_test.go b/types/genesis_test.go index f6eca3adf..8b1bcdf7c 100644 --- a/types/genesis_test.go +++ b/types/genesis_test.go @@ -71,7 +71,7 @@ func TestBasicGenesisDoc(t *testing.T) { "app_hash":"", "app_state":{"account_owner": "Bob"}, "consensus_params": { - "timing": {"precision": "1", "message_delay": "10"}, + "synchrony": {"precision": "1", "message_delay": "10"}, "validator": {"pub_key_types":["ed25519"]}, "block": {"max_bytes": "100"}, "evidence": {"max_age_num_blocks": "100", "max_age_duration": "10"}