monero/src/wallet/api
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
..
address_book.cpp Subaddresses 2017-10-07 13:06:21 +09:00
address_book.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
common_defines.h api implementation splitted over separate files 2016-06-23 15:50:17 +03:00
pending_transaction.cpp Subaddresses 2017-10-07 13:06:21 +09:00
pending_transaction.h Subaddresses 2017-10-07 13:06:21 +09:00
subaddress_account.cpp Subaddresses 2017-10-07 13:06:21 +09:00
subaddress_account.h Subaddresses 2017-10-07 13:06:21 +09:00
subaddress.cpp Subaddresses 2017-10-07 13:06:21 +09:00
subaddress.h Subaddresses 2017-10-07 13:06:21 +09:00
transaction_history.cpp track double spending in the txpool 2017-11-06 00:05:44 +00:00
transaction_history.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
transaction_info.cpp Subaddresses 2017-10-07 13:06:21 +09:00
transaction_info.h Subaddresses 2017-10-07 13:06:21 +09:00
unsigned_transaction.cpp Subaddresses 2017-10-07 13:06:21 +09:00
unsigned_transaction.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
utils.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
wallet_manager.cpp Subaddresses 2017-10-07 13:06:21 +09:00
wallet_manager.h store is optional during close and defaults to true; except during descruction 2017-09-23 00:52:09 +02:00
wallet.cpp Merge pull request #2546 2017-11-06 01:53:43 +02:00
wallet.h Wallet API: default values for account and subaddr index 2017-10-22 18:15:23 +02:00