mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-09 20:33:45 +01:00
lnwire: convert all relevant fields to use the MilliSatoshi type
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user