This commit is contained in:
parent
e5aa5a665c
commit
1b17cfb396
@ -54,7 +54,7 @@ class LnurlpayController < ApplicationController
|
||||
end
|
||||
|
||||
def valid_amount?(amount_in_sats)
|
||||
amount_sats <= MAX_SATS && amount_in_sats >= MIN_SATS
|
||||
amount_in_sats <= MAX_SATS && amount_in_sats >= MIN_SATS
|
||||
end
|
||||
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user