monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
247 stars 80 forks source link

Bug for search transaction by tx #119

Closed Yep255 closed 2 years ago

Yep255 commented 2 years ago

For example on my Wallet i have send transaction with tx_id='foo'.

If i call MoneroWallet(...).incoming() i never see this transaction, because its incoming list. But if i specify filter like MoneroWalet(...).incoming(tx_id='foo'), this transaction will be founded and marked as input transaction.