mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 14:44:22 +01: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