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.
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.