Merge pull request #1675 from Flowdalic/patch-5

Mention potential fixes for transaction malleability
This commit is contained in:
Will Binns 2017-07-14 18:09:19 -06:00 committed by GitHub
commit 0eb8607e91

View file

@ -754,8 +754,10 @@ when the output from a transaction is spent before that transaction is
added to the block chain. added to the block chain.
Bitcoin developers have been working to reduce transaction malleability Bitcoin developers have been working to reduce transaction malleability
among standard transaction types, but a complete fix is still only in among standard transaction types, one outcome of those efforts is
the planning stages. At present, new transactions should not depend on [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, previous transactions which have not been added to the block chain yet,
especially if large amounts of satoshis are at stake. especially if large amounts of satoshis are at stake.