From eab2baa363de01b052b88c559e803776cd2c7dd6 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Sun, 4 Dec 2016 18:20:18 -0800 Subject: [PATCH] use go-flowrate instead of flowcontrol --- connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection.go b/connection.go index 6c8ccd43..4428e0da 100644 --- a/connection.go +++ b/connection.go @@ -10,9 +10,9 @@ import ( "sync/atomic" "time" - flow "github.com/tendermint/flowcontrol" . "github.com/tendermint/go-common" cfg "github.com/tendermint/go-config" + flow "github.com/tendermint/go-flowrate/flowrate" "github.com/tendermint/go-wire" //"github.com/tendermint/log15" )