mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-06 16:04:20 +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