mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 03:22:58 +02:00
multi: move bandwidth hints behind interface
This commit is contained in:
@@ -15,7 +15,7 @@ func TestUnifiedPolicies(t *testing.T) {
|
||||
toNode := route.Vertex{2}
|
||||
fromNode := route.Vertex{3}
|
||||
|
||||
bandwidthHints := map[uint64]lnwire.MilliSatoshi{}
|
||||
bandwidthHints := &mockBandwidthHints{}
|
||||
|
||||
u := newUnifiedPolicies(source, toNode, nil)
|
||||
|
||||
|
Reference in New Issue
Block a user