Get transactions (#45)

* Make transactions requests in parallel

* Update transaction error handling
This commit is contained in:
Matt K
2018-03-27 16:06:12 -05:00
committed by GitHub
parent 88210e436a
commit 8a9395819c
38 changed files with 2303 additions and 64 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ $(BIN)/migrate:
LINT = $(BIN)/golint
$(BIN)/golint:
go get github.com/golang/lint/golint
go get -u golang.org/x/lint/golint
METALINT = $(BIN)/gometalinter.v2
$(BIN)/gometalinter.v2: