From 188b6d926de9e57eabadd625201df783503bb067 Mon Sep 17 00:00:00 2001
From: Androlo <andreas@erisindustries.com>
Date: Tue, 9 Jun 2015 03:49:33 +0200
Subject: [PATCH] changed json name

---
 erisdb/pipe/types.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/erisdb/pipe/types.go b/erisdb/pipe/types.go
index 4f79b228..b9819cd2 100644
--- a/erisdb/pipe/types.go
+++ b/erisdb/pipe/types.go
@@ -69,7 +69,7 @@ type (
 	}
 
 	ChainId struct {
-		ChainId string `json:"chainId"`
+		ChainId string `json:"chain_id"`
 	}
 
 	// GetBlocks
-- 
GitLab