From bf4b7fd4b6490415cfa6addc28e044d1ca8b19fa Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Mon, 20 Feb 2023 23:40:26 -0800 Subject: [PATCH] Removed comment --- controllers/offers.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/controllers/offers.js b/controllers/offers.js index 44fdfb6..ec3ed39 100644 --- a/controllers/offers.js +++ b/controllers/offers.js @@ -137,8 +137,7 @@ exports.offer = (req,res) => { //Call the fundchannel command with the pub key and amount specified var offerData = {}; - // if (!(global.version && isVersionCompatible(global.version, '22.11.1'))) { - if (!(global.version && isVersionCompatible('22.11.1', '22.11.0'))) { + if (!(global.version && isVersionCompatible(global.version, '22.11.1'))) { offerData = {amount:amnt, description:desc, vendor:issuer, label:lbl, quantity_min:qty_min, quantity_max:qty_max, absolute_expiry:abs_expry, recurrence:rcrnc, recurrence_base:rcrnc_base, recurrence_paywindow:rcrnc_wndw,