From 67cc052a455af2cfe2d5e751e7f6fd1d0b8a2490 Mon Sep 17 00:00:00 2001
From: Benjamin Bollen <ben@erisindustries.com>
Date: Sat, 21 May 2016 12:18:21 +0200
Subject: [PATCH] Name ErisDBApp ErisMint

---
 manager/eris-mint/eris-mint.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manager/eris-mint/eris-mint.go b/manager/eris-mint/eris-mint.go
index 00c8bfbb..88914fb1 100644
--- a/manager/eris-mint/eris-mint.go
+++ b/manager/eris-mint/eris-mint.go
@@ -38,7 +38,7 @@ import (
 // Typically two connections are opened by the tendermint core:
 // one for mempool, one for consensus.
 
-type ErisDBApp struct {
+type ErisMint struct {
 	mtx sync.Mutex
 
 	state      *sm.State
-- 
GitLab