mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge pull request #1675 from Flowdalic/patch-5
Mention potential fixes for transaction malleability
This commit is contained in:
commit
0eb8607e91
1 changed files with 4 additions and 2 deletions
|
@ -754,8 +754,10 @@ when the output from a transaction is spent before that transaction is
|
|||
added to the block chain.
|
||||
|
||||
Bitcoin developers have been working to reduce transaction malleability
|
||||
among standard transaction types, but a complete fix is still only in
|
||||
the planning stages. At present, new transactions should not depend on
|
||||
among standard transaction types, one outcome of those efforts is
|
||||
[BIP 141: Segregated Witness](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki),
|
||||
which is supported by Bitcoin Core but not activated. At present, new
|
||||
transactions should not depend on
|
||||
previous transactions which have not been added to the block chain yet,
|
||||
especially if large amounts of satoshis are at stake.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue