dash/src
Pieter Wuille 1c528eeee9 Update transactions already in the wallet when rescanning.
When rescanning, if the scanned transaction is already in the wallet, it
is skipped. However, if someone sends a transaction, does not wait for
confirmation, switches wallets, waits for a block that contains his original
transaction, and switches wallets again, a rescan will leave his wallet
transaction (which has no merkle branch, so no confirmations) untouched.
2011-05-22 17:12:20 +02:00
..
cryptopp directory re-organization (keeps the old build system) 2011-04-23 12:10:25 +02:00
json directory re-organization (keeps the old build system) 2011-04-23 12:10:25 +02:00
obj directory re-organization (keeps the old build system) 2011-04-23 12:10:25 +02:00
xpm directory re-organization (keeps the old build system) 2011-04-23 12:10:25 +02:00
base58.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
bignum.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
db.cpp make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
db.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
headers.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
init.cpp Update transactions already in the wallet when rescanning. 2011-05-22 17:12:20 +02:00
init.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
irc.cpp irc: #bitcoin is overflowing. split up into 100 randomly-joined channels. 2011-05-20 20:54:51 -04:00
irc.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
key.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
main.cpp Update transactions already in the wallet when rescanning. 2011-05-22 17:12:20 +02:00
main.h Update transactions already in the wallet when rescanning. 2011-05-22 17:12:20 +02:00
makefile.mingw Fix MinGW build due to bad pointers to ui.rc pixmaps stuff. 2011-05-14 18:51:52 +02:00
makefile.osx OSX build tweaks (laszlo) 2011-05-20 20:48:44 -04:00
makefile.unix Manual merge of jaromil's source tree reorg commit. 2011-05-09 14:00:14 -04:00
makefile.vc directory re-organization (keeps the old build system) 2011-04-23 12:10:25 +02:00
net.cpp Merge pull request #221 from gavinandresen/portoption 2011-05-16 22:29:28 -07:00
net.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
noui.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
rpc.cpp make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
rpc.h directory re-organization (keeps the old build system) 2011-04-23 12:10:25 +02:00
script.cpp make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
script.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
serialize.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
strlcpy.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
ui.cpp make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
ui.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
uibase.cpp Manual merge of jaromil's source tree reorg commit. 2011-05-09 14:00:14 -04:00
uibase.h Manual merge of jaromil's source tree reorg commit. 2011-05-09 14:00:14 -04:00
uint256.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
util.cpp make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
util.h Build error mingw, missing std:: 2011-05-15 13:13:50 -04:00