rpcserver+routerrpc: remove payment limit

This commit is contained in:
Joost Jager
2020-05-28 19:28:34 +02:00
parent 24c865450a
commit df7a05da84
5 changed files with 5 additions and 49 deletions

View File

@@ -186,9 +186,8 @@ func testQueryRoutes(t *testing.T, useMissionControl bool, useMsat bool) {
}
backend := &RouterBackend{
MaxPaymentMSat: lnwire.NewMSatFromSatoshis(1000000),
FindRoute: findRoute,
SelfNode: route.Vertex{1, 2, 3},
FindRoute: findRoute,
SelfNode: route.Vertex{1, 2, 3},
FetchChannelCapacity: func(chanID uint64) (
btcutil.Amount, error) {