payments: fix unlock_time typo

This commit is contained in:
moneromooo 2015-05-11 16:55:18 +01:00
parent 94c31f263f
commit d1d1184f41
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ def UpdateCoin(data):
payment_id=p["payment_id"]
tx_hash = p["tx_hash"]
bh = p["block_height"]
ut = p["block_height"]
ut = p["unlock_time"]
amount=p["amount"]
if redis_sismember("processed_txs",tx_hash):
continue