Browse Source

use go-flowrate instead of flowcontrol

pull/456/head
Jae Kwon 8 years ago
parent
commit
eab2baa363
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      connection.go

+ 1
- 1
connection.go 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"
)


Loading…
Cancel
Save