0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-10 10:52:31 -05:00
bitcoin-bitcoin-core/src/wallet
Wladimir J. van der Laan 40e7b61835 wallet: Ignore MarkConflict if block hash is not known
If number of conflict confirms cannot be determined, this means
that the block is still unknown or not yet part of the main chain,
for example during a reindex. Do nothing in that case,
instead of crash with an assertion.

Fixes #7234.
2016-02-09 20:38:31 +01:00
..
test Merge pull request #7293 2016-01-07 09:24:34 +01:00
crypter.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
crypter.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
db.cpp [walletdb] Fix syntax error in key parser 2016-01-20 09:44:53 +01:00
db.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
rpcdump.cpp move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
rpcwallet.cpp Merge #7348: MOVE ONLY: move rpc* to rpc/ 2016-01-28 11:28:24 +01:00
rpcwallet.h [RPC, Wallet] Move RPC dispatch table registration to wallet/ code 2016-01-20 15:03:25 +01:00
wallet.cpp wallet: Ignore MarkConflict if block hash is not known 2016-02-09 20:38:31 +01:00
wallet.h Merge #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip() 2016-02-04 17:03:09 +01:00
wallet_ismine.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
wallet_ismine.h Typo fixes in comments 2016-01-17 11:03:56 +00:00
walletdb.cpp c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally 2016-01-08 13:32:00 -05:00
walletdb.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00