From 73f9f6921d664524739392356db975f4f61eaec2 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Fri, 17 Jan 2014 15:32:41 -0300 Subject: [PATCH] using values in BTC instead satoshis --- public/views/address.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/views/address.html b/public/views/address.html index 539dca16..1e21aec7 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -15,15 +15,15 @@ Total Received - {{address.totalReceivedSat / 100000000}} BTC + {{address.totalReceived}} BTC Total Sent - {{address.totalSentSat / 100000000}} BTC + {{address.totalSent}} BTC Final Balance - {{address.balanceSat / 100000000}} BTC + {{address.balance}} BTC No. Transactions @@ -38,7 +38,7 @@ -
+

Transactions Transactions contained within this block