Skip to content

Commit 8314efd

Browse files
author
ThomasV
committed
1 parent d70c9d1 commit 8314efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/merchant/merchant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def on_wallet_update():
8989
if not tx: continue
9090
if wallet.verifier.get_confirmations(tx_hash) < requested_confs: continue
9191
for o in tx.outputs:
92-
o_address, o_value = o
92+
o_type, o_address, o_value = o
9393
if o_address == addr:
9494
value += o_value
9595

0 commit comments

Comments
 (0)