Skip to content

Wallet: "listreceivedby*" fix

Fixes https://github.com/bitcoin/bitcoin/issues/16159,

This PR builds on https://github.com/bitcoin/bitcoin/pull/25973, fixing listreceivedby* RPCs by filtering out send addresses using IsMine (see https://github.com/bitcoin/bitcoin/pull/25973#discussion_r1269477246). It also breaks down the listreceivedby tests into subtests and adds a test to verify 'listreceivedby*' does not return send addresses

Merge request reports

Loading