Skip to content

Commit 2fdcfbf

Browse files
committed
Fix bug in payInvoiceStep6 function
1 parent 5abd893 commit 2fdcfbf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

js/common.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5374,7 +5374,6 @@ function displayMyChannelListAtTopRight(page_size, page_index) {
53745374
break;
53755375
}
53765376
}
5377-
console.info('channelHadBtcData = ' + channelHadBtcData);
53785377
}
53795378
}
53805379

sdk/auto_pilot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ function payInvoiceStep6(myUserID, nodeID, userID, channel_id, privkey) {
565565

566566
let returnData = {
567567
info49: info,
568-
info110: resp.info110,
568+
info110: resp,
569569
privkey: privkey,
570570
};
571571

0 commit comments

Comments
 (0)