mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-27 09:12:15 +02:00
Merge pull request #2896 from halseth/make-fmt-routerrpc
[trivial] lnrpc/routerrpc: make fmt on router backend test
This commit is contained in:
commit
a12b30f620
@ -49,7 +49,7 @@ func TestQueryRoutes(t *testing.T) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
IgnoredNodes: [][]byte{ignoreNodeBytes},
|
IgnoredNodes: [][]byte{ignoreNodeBytes},
|
||||||
IgnoredEdges: []*lnrpc.EdgeLocator{&lnrpc.EdgeLocator{
|
IgnoredEdges: []*lnrpc.EdgeLocator{{
|
||||||
ChannelId: 555,
|
ChannelId: 555,
|
||||||
DirectionReverse: true,
|
DirectionReverse: true,
|
||||||
}},
|
}},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user