From 2770b2c708c2024cd87afb509c2cedc2a465c551 Mon Sep 17 00:00:00 2001 From: FreeTrade Date: Thu, 12 Apr 2018 01:39:07 +0700 Subject: [PATCH] Update bitcoin_address.rb --- app/models/bitcoin_address.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/bitcoin_address.rb b/app/models/bitcoin_address.rb index 10f3e4e..186aec8 100644 --- a/app/models/bitcoin_address.rb +++ b/app/models/bitcoin_address.rb @@ -20,7 +20,7 @@ def update_balance touch :updated_at # push it to the end of the queue end else - log.warn "failed to retrieve balance for bitcoin address #{self.bitcoin_address}" + #log.warn "failed to retrieve balance for bitcoin address #{self.bitcoin_address}" end end