Use go-flowcontrol

This commit is contained in:
Jae Kwon
2016-11-04 06:46:34 -07:00
parent 01a3ac50af
commit bf1bceec87
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ import (
"sync"
"time"
flow "github.com/tendermint/flowcontrol"
. "github.com/tendermint/go-common"
flow "github.com/tendermint/go-flowrate/flowrate"
"github.com/tendermint/tendermint/types"
)