• Pieter Wuille's avatar
    Bugfix: do not keep relaying spent wallet transactions · ce5d0d47
    Pieter Wuille authored
    The original test (checking whether the transaction occurs in the
    txindex) is not usable anymore, as it will miss anything already
    fully spent. However, as merkle transactions (and by extension,
    wallet transactions) track which block they were last seen being
    included in, we can use that to determine the need for
    rebroadcasting.
    ce5d0d47
wallet.cpp 57 KB