We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da14a54 commit beb9daeCopy full SHA for beb9dae
plugins/xpay/xpay.c
@@ -1465,8 +1465,6 @@ static struct command_result *getroutes_for(struct command *aux_cmd,
1465
json_array_start(req->js, "layers");
1466
/* Add local channels */
1467
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");
1470
/* Add xpay global channel */
1471
json_add_string(req->js, NULL, "xpay");
1472
/* Add private layer */
0 commit comments