From 1078c034ad35fc03a08974c05540f120d18b7e5b Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 22 Nov 2021 16:26:05 -0600 Subject: [PATCH] Remove obsolete comment --- app/controllers/lnurlpay_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/lnurlpay_controller.rb b/app/controllers/lnurlpay_controller.rb index c9e3b26..93e8e04 100644 --- a/app/controllers/lnurlpay_controller.rb +++ b/app/controllers/lnurlpay_controller.rb @@ -19,7 +19,6 @@ class LnurlpayController < ApplicationController validate_amount(amount) - # amount = amount / 1000 # we need sats payment_request = @user.ln_create_invoice({ amount: amount, description_hash: Digest::SHA2.hexdigest(metadata(address))