neobytes/src/wallet
Tom Harding b2b3619262 Implement CTransaction::IsEquivalentTo(...)
Define CTransaction::IsEquivalentTo(const CTransaction& tx)

True if only scriptSigs are different.  In other words, true if
the two transactions are malleability clones.  In other words,
true if the two transactions have the same effect on the
outside universe.

In the wallet, only SyncMetaData for equivalent transactions.
2015-04-11 19:03:58 -07:00
..
test [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
crypter.cpp wallet: move crypter to wallet 2015-03-22 15:18:55 -04:00
crypter.h wallet: move crypter to wallet 2015-03-22 15:18:55 -04:00
db.cpp use constant references for strings in functions in wallet/*.* 2015-03-21 18:40:51 +01:00
db.h use constant references for strings in functions in wallet/*.* 2015-03-21 18:40:51 +01:00
rpcdump.cpp [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
rpcwallet.cpp Regression test for ResendWalletTransactions 2015-03-24 15:29:20 -04:00
wallet_ismine.cpp [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
wallet_ismine.h [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
wallet.cpp Implement CTransaction::IsEquivalentTo(...) 2015-04-11 19:03:58 -07:00
wallet.h wallet: make it possible to disable transaction broadcast 2015-04-01 13:03:39 +02:00
walletdb.cpp Includes: Do not include main.h from any other header 2015-03-24 17:23:32 +01:00
walletdb.h use constant references for strings in functions in wallet/*.* 2015-03-21 18:40:51 +01:00