From 65e009330a921b0ebf5dcc1b7d2e6b320bfe6d19 Mon Sep 17 00:00:00 2001 From: Matt Lott Date: Thu, 9 Apr 2015 09:41:01 -0700 Subject: [PATCH] Remove invalid bitcoin comment --- app/views/account/InvoicesView.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/account/InvoicesView.coffee b/app/views/account/InvoicesView.coffee index 0302e553d..cf458485a 100644 --- a/app/views/account/InvoicesView.coffee +++ b/app/views/account/InvoicesView.coffee @@ -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