0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00
bitcoin-bitcoin-core/src/wallet
accraze b6915b8239 checks for null data transaction before debug.log
CWalletTx::GetAmounts could not find output address for null data transactions, thus issuing an error in debug.log. This change checks to see if the transaction is OP_RETURN before issuing error.

resolves #6142
2015-12-11 18:07:11 -08:00
..
test Added a test for the pruning of extraneous inputs after ApproximateBestSet 2015-12-07 20:08:37 +01:00
crypter.cpp Merge pull request #6415 2015-08-14 16:28:37 +02:00
crypter.h ensure consistent header comment naming conventions 2015-04-20 13:29:22 +02:00
db.cpp Constrain constant values to a single location in code 2015-11-28 18:47:29 +01:00
db.h Constrain constant values to a single location in code 2015-11-28 18:47:29 +01:00
rpcdump.cpp [Univalue] add univalue over subtree 2015-10-01 10:49:57 +02:00
rpcwallet.cpp Merge pull request #7136 2015-12-01 10:23:05 +01:00
wallet.cpp checks for null data transaction before debug.log 2015-12-11 18:07:11 -08:00
wallet.h [Qt] add InMempool() info to transaction details 2015-12-02 08:38:31 +01:00
wallet_ismine.cpp SQUASH "Add have-pubkey distinction to ISMINE flags" 2015-08-08 09:30:53 -07:00
wallet_ismine.h Merge pull request #6415 2015-08-14 16:28:37 +02:00
walletdb.cpp Merge pull request #6914 2015-12-01 10:22:14 +01:00
walletdb.h Constrain constant values to a single location in code 2015-11-28 18:47:29 +01:00