Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Xie committed Feb 25, 2014
1 parent f37f438 commit cab5a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/daemons/coin_deposits.rb
Expand Up @@ -33,8 +33,8 @@
end
end

confiming = PaymentTransaction.with_state(:confirming).load
confiming.each do |payment_transaction|
confirming = PaymentTransaction.with_state(:confirming).load
confirming.each do |payment_transaction|
rpc = CoinRPC[payment_transaction.currency]
raw = rpc.gettransaction(payment_transaction.txid)
payment_transaction.confirm! raw
Expand Down

0 comments on commit cab5a02

Please sign in to comment.