From 2bd90f528bf72c68b8e11022f799a2c6e342b4df Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 4 Dec 2014 10:24:54 -0300 Subject: [PATCH] Fixes total amount using pp --- views/send.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/send.html b/views/send.html index ce1c31090..c45e8d225 100644 --- a/views/send.html +++ b/views/send.html @@ -130,7 +130,7 @@

- {{amount + defaultFee}} {{$root.wallet.settings.unitName}} + {{amount}} {{$root.wallet.settings.unitName}} {{ alternative }} {{ alternativeIsoCode }}