mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
payments: fix unlock_time typo
This commit is contained in:
parent
94c31f263f
commit
d1d1184f41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue