monero/src/blockchain_db
moneromooo-monero ccf53a566c
track double spending in the txpool
Transactions in the txpool are marked when another transaction
is seen double spending one or more of its inputs.
This is then exposed wherever appropriate.

Note that being marked with this "double spend seen" flag does
NOT mean this transaction IS a double spend and will never be
mined: it just means that the network has seen at least another
transaction spending at least one of the same inputs, so care
should be taken to wait for a few confirmations before acting
upon that transaction (ie, mostly of use for merchants wanting
to accept unconfirmed transactions).
2017-11-06 00:05:44 +00:00
..
berkeleydb update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
lmdb fixed an LMDB issue on OpenBSD (#2699) which leads to a crash in monerod 2017-10-26 17:16:06 +02:00
blockchain_db.cpp move db specific options to BlockchainDB 2017-08-29 11:43:34 +01:00
blockchain_db.h track double spending in the txpool 2017-11-06 00:05:44 +00:00
CMakeLists.txt changed crypto to cncrypto so it generated libcncrypto 2017-05-23 07:45:40 -04:00
db_types.h More DB support cleanup 2017-08-20 13:57:36 +01:00