From 0cbf32de975f725aa97cca384a5c8a577cf9cace Mon Sep 17 00:00:00 2001 From: Sean Braithwaite Date: Wed, 18 Sep 2019 15:22:24 -0400 Subject: [PATCH] merge fix --- blockchain/v2/schedule.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/blockchain/v2/schedule.go b/blockchain/v2/schedule.go index 329557492..db3819b81 100644 --- a/blockchain/v2/schedule.go +++ b/blockchain/v2/schedule.go @@ -10,8 +10,6 @@ import ( "github.com/tendermint/tendermint/p2p" ) -type Event interface{} - type blockState int const (