From 355834a691b6d37cd63a3a0a8cc2a3fb91af1d13 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Thu, 15 Aug 2019 12:10:16 +0400 Subject: [PATCH] one commit above --- lite/provider.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/lite/provider.go b/lite/provider.go index cadabbe71..e691ad3ab 100644 --- a/lite/provider.go +++ b/lite/provider.go @@ -1,9 +1,6 @@ package lite import ( - "fmt" - "sync" - "github.com/tendermint/tendermint/libs/log" "github.com/tendermint/tendermint/types" )