wallet-rpc omits incoming payment records for transfers within the same account
Author: woodserCreated Oct 4, 2018Updated Sep 8, 2026
When sending funds between addresses within the same wallet account, the incoming counterpart is omitted:
- Before confirmation,
get_transfersreports the outgoing pending entry but no incoming pool entry. - After confirmation, it reports the
outentry but no corresponding in entry.get_bulk_paymentsalso omits the incoming payment, althoughincoming_transfersexposes the received outputs.
This issue requests exposing incoming records for same-account payments while continuing to distinguish ordinary change. Current wallet logic treats receipts into the spending account as change, and existing functional tests expect the outgoing-only representation.
Source: monero-project/monero