• Gavin Andresen's avatar
    Simplify storage of orphan transactions · c9440c75
    Gavin Andresen authored
    Orphan transactions were stored as a CDataStream pointer;
    this changes the mapOrphanTransactions data structures to
    store orphans as a CTransaction.
    
    This also fixes CVE-2013-4627 by always re-serializing
    transactions before relaying them.
    c9440c75
main.cpp 142 KB