lbrycrd/src/wallet
dexX7 e9c3215b77
[Wallet] sort pending wallet transactions before reaccepting
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.
2015-03-21 13:03:23 +01:00
..
test [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
db.cpp [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
db.h [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
rpcdump.cpp [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
rpcwallet.cpp Merge pull request #5745 2015-03-20 16:08:35 +01:00
wallet.cpp [Wallet] sort pending wallet transactions before reaccepting 2015-03-21 13:03:23 +01:00
wallet.h refactor: move bdb (bitdb) interaction from init.cpp to wallet.cpp 2015-03-20 16:23:39 +01:00
wallet_ismine.cpp [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
wallet_ismine.h [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
walletdb.cpp [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
walletdb.h [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00