From 4144a2d5425fbf7d0d9bc34c8850074cc5438182 Mon Sep 17 00:00:00 2001
From: VoR0220 <rj@erisindustries.com>
Date: Thu, 15 Sep 2016 16:08:53 -0500
Subject: [PATCH] forgot this mock dependency

Signed-off-by: VoR0220 <rj@erisindustries.com>
---
 client/mock/client_mock.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/client/mock/client_mock.go b/client/mock/client_mock.go
index 0b71e303..2cd9d8a1 100644
--- a/client/mock/client_mock.go
+++ b/client/mock/client_mock.go
@@ -19,6 +19,8 @@ package mock
 import (
 	"github.com/tendermint/go-crypto"
 	"github.com/tendermint/go-p2p"
+	
+	rpc_types "github.com/eris-ltd/eris-db/rpc/tendermint/core/types"
 
 	acc "github.com/eris-ltd/eris-db/account"
 	. "github.com/eris-ltd/eris-db/client"
-- 
GitLab