Remove invalid bitcoin comment

This commit is contained in:
Matt Lott 2015-04-09 09:41:01 -07:00
parent c6b511749a
commit 65e009330a

View file

@ -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
# TODO: not supporting bitcoin currently because it pays without a confirmation step
module.exports = class InvoicesView extends RootView
id: "invoices-view"
template: template