mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
ccf53a566c
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). |
||
---|---|---|
.. | ||
address_book.cpp | ||
address_book.h | ||
common_defines.h | ||
pending_transaction.cpp | ||
pending_transaction.h | ||
subaddress.cpp | ||
subaddress.h | ||
subaddress_account.cpp | ||
subaddress_account.h | ||
transaction_history.cpp | ||
transaction_history.h | ||
transaction_info.cpp | ||
transaction_info.h | ||
unsigned_transaction.cpp | ||
unsigned_transaction.h | ||
utils.cpp | ||
wallet.cpp | ||
wallet.h | ||
wallet_manager.cpp | ||
wallet_manager.h |