mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -03:00
Add release note for ephemeral dust
This commit is contained in:
parent
71a6ab4b33
commit
3f6559fa58
1 changed files with 12 additions and 0 deletions
12
doc/release-notes-30239.md
Normal file
12
doc/release-notes-30239.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
P2P and network changes
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
Ephemeral dust is a new concept that allows a single
|
||||||
|
dust output in a transaction, provided the transaction
|
||||||
|
is zero fee. In order to spend any unconfirmed outputs
|
||||||
|
from this transaction, the spender must also spend
|
||||||
|
this dust in addition to any other outputs.
|
||||||
|
|
||||||
|
In other words, this type of transaction
|
||||||
|
should be created in a transaction package where
|
||||||
|
the dust is both created and spent simultaneously.
|
Loading…
Add table
Reference in a new issue