Skip to content

Commit

Permalink
Update bitcoin_address.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeTrade authored Apr 11, 2018
1 parent a48fd18 commit 2770b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/bitcoin_address.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2770b2c

Please sign in to comment.