From 543262e29ee34b5d4cedd344beadba3de653ab8c Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 1 May 2012 21:37:35 +0200 Subject: [PATCH] fix:typo --- watch_address | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch_address b/watch_address index 9d7b3816..162c5a6d 100755 --- a/watch_address +++ b/watch_address @@ -25,7 +25,7 @@ while True: if item['height']: confirmed += v else: - uunconfirmed += v + unconfirmed += v print (confirmed+unconfirmed)/1.e8