Fix Paymend/Payment typo

This commit is contained in:
moneromooo 2015-01-10 20:35:10 +00:00
parent 114c67799d
commit 5a6c3bd379
2 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@ def UpdateCoin(param):
tx_hash=p["tx_hash"]
amount=p["amount"]
try:
recipient = GetNickFromPaymendID(payment_id)
recipient = GetNickFromPaymentID(payment_id)
log_info('UpdateCoin: Found payment %s to %s for %s' % (tx_hash,recipient, AmountToString(amount)))
pipe.hincrby("balances",recipient,amount);
except Exception,e: