use go-flowrate instead of flowcontrol

This commit is contained in:
Jae Kwon 2016-12-04 18:20:18 -08:00
parent 2cee364692
commit eab2baa363
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)