dogecoin/src/primitives
zathras-crypto 0aad1f13b2
Exempt unspendable transaction outputs from dust checks
Since unspendable outputs can't be spent, there is no threshold at which it would be uneconomic to spend them.

This primarily targets transaction outputs with `OP_RETURN`.

---

Initially based on:

commit 9cf0ae26350033d43d5dd3c95054c0d1b1641eda
Author: zathras-crypto <zathrasc@gmail.com>
Date:   Wed Mar 25 02:04:02 2015 -0700

Changes:

- cherry-picked on top of bitcoin:master
- added RPC test for fundrawtransaction
2015-07-18 17:31:55 +02:00
..
block.cpp Replace CBlockHeader::GetHash with call to SerializeHash 2015-03-06 17:21:59 +01:00
block.h Consensus: Create consensus/consensus.h with some constants 2015-04-20 21:27:51 +02:00
transaction.cpp Implement accurate memory accounting for mempool 2015-07-10 10:49:31 -04:00
transaction.h Exempt unspendable transaction outputs from dust checks 2015-07-18 17:31:55 +02:00