diff --git a/watch_address b/watch_address index 9d7b38168..162c5a6d7 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