Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Feb 21, 2023
1 parent 808c3cc commit bf4b7fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controllers/offers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bf4b7fd

Please sign in to comment.