diff --git a/plugins/trezor/plugin.py b/plugins/trezor/plugin.py index b792e0ac..dc2e9e4c 100644 --- a/plugins/trezor/plugin.py +++ b/plugins/trezor/plugin.py @@ -145,7 +145,7 @@ class TrezorCompatibleWallet(BIP44_Wallet): prev_tx = {} # path of the xpubs that are involved xpub_path = {} - for txin in tx.inputs: + for txin in tx.inputs(): tx_hash = txin['prevout_hash'] ptx = self.transactions.get(tx_hash)