getreceivedbyaddress and listreceivedbyaddress inconsistent when dealing with multisignature addresses #3217

issue ThePiachu opened this issue on November 7, 2013
  1. ThePiachu commented at 7:50 AM on November 7, 2013: none

    Calling listreceivedbyaddress I receive:

    { "result": [ { "address": "2NAdAGFnhk5qvFQNiFVMNuK59QzPLvn3zAv", "account": "MultiTest1", "amount": 1.0, "confirmations": 1 } ], "error": null, "id": "1" }

    Calling getreceivedbyaddress (2NAdAGFnhk5qvFQNiFVMNuK59QzPLvn3zAv), I get

    { "result": 0.0, "error": null, "id": "1" }

    Those two functions should return similar results but they don't, at least for multisignature addresses.

  2. MarcoFalke cross-referenced this on Nov 14, 2015 from issue Receive screen: add new column for "received per address" by misterdna
  3. Bushstar referenced this in commit bb7a32d2e2 on Apr 8, 2020
  4. Bushstar referenced this in commit ef55e48c1e on Apr 8, 2020
  5. MarcoFalke commented at 8:07 PM on April 24, 2020: member

    Is this still an issue with a recent version of Bitcoin Core? If yes, what are the steps to reproduce?

  6. MarcoFalke closed this on Apr 24, 2020

  7. bitcoin locked this on Feb 15, 2022

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:55 UTC