Skip to content

Commit beb9dae

Browse files
committed
xpay: remove the use of auto.sourcefree
Changelog-None Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
1 parent da14a54 commit beb9dae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/xpay/xpay.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,8 +1465,6 @@ static struct command_result *getroutes_for(struct command *aux_cmd,
14651465
json_array_start(req->js, "layers");
14661466
/* Add local channels */
14671467
json_add_string(req->js, NULL, "auto.localchans");
1468-
/* We don't pay fees for ourselves */
1469-
json_add_string(req->js, NULL, "auto.sourcefree");
14701468
/* Add xpay global channel */
14711469
json_add_string(req->js, NULL, "xpay");
14721470
/* Add private layer */

0 commit comments

Comments
 (0)