lnwire: change the FeePerKb field to FeePerKw

This commit is contained in:
Olaoluwa Osuntokun
2017-05-16 19:06:19 -07:00
parent e689ef61dd
commit b671a50157
2 changed files with 8 additions and 8 deletions

View File

@@ -144,7 +144,7 @@ func TestLightningWireProtocol(t *testing.T) {
req := SingleFundingRequest{
ChannelType: uint8(r.Int63()),
CoinType: uint64(r.Int63()),
FeePerKb: btcutil.Amount(r.Int63()),
FeePerKw: btcutil.Amount(r.Int63()),
FundingAmount: btcutil.Amount(r.Int63()),
PushSatoshis: btcutil.Amount(r.Int63()),
CsvDelay: uint32(r.Int31()),