Remove invalid bitcoin comment
This commit is contained in:
parent
c6b511749a
commit
65e009330a
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ utils = require 'core/utils'
|
||||||
|
|
||||||
# Internal amount and query params are in cents, display and web form input amount is in USD
|
# Internal amount and query params are in cents, display and web form input amount is in USD
|
||||||
|
|
||||||
# TODO: not supporting bitcoin currently because it pays without a confirmation step
|
|
||||||
|
|
||||||
module.exports = class InvoicesView extends RootView
|
module.exports = class InvoicesView extends RootView
|
||||||
id: "invoices-view"
|
id: "invoices-view"
|
||||||
template: template
|
template: template
|
||||||
|
|
Reference in a new issue