e9c3215b77
During startup, when adding pending wallet transactions, which spend outputs of other pending wallet transactions, back to the memory pool, and when they are added out of order, it appears as if they are orphans with missing inputs. Those transactions are then rejected and flagged as "conflicting" (= not in the memory pool, not in the block chain). To prevent this, transactions are explicitly sorted. |
||
---|---|---|
.. | ||
test | ||
db.cpp | ||
db.h | ||
rpcdump.cpp | ||
rpcwallet.cpp | ||
wallet.cpp | ||
wallet.h | ||
wallet_ismine.cpp | ||
wallet_ismine.h | ||
walletdb.cpp | ||
walletdb.h |