lnwire: convert all relevant fields to use the MilliSatoshi type

This commit is contained in:
Olaoluwa Osuntokun
2017-08-21 22:33:20 -07:00
parent 05d05ac5ee
commit b174ae80bf
6 changed files with 28 additions and 42 deletions

View File

@@ -4,13 +4,11 @@ import (
"bytes"
"reflect"
"testing"
"github.com/roasbeef/btcutil"
)
var (
testOnionHash = []byte{}
testAmount = btcutil.Amount(1)
testAmount = MilliSatoshi(1)
testCtlvExpiry = uint32(2)
testFlags = uint16(2)
testChannelUpdate = ChannelUpdate{