Add decoupling of wire format from consensus rules to motivation.

This commit is contained in:
Kris Nuttycombe 2021-02-08 11:19:14 -07:00
parent a424153462
commit 62331bbbb6
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@ of this proposed change, transaction identifiers will be stable irrespective of
any possible malleation of "witness data" such as proofs and transaction
signatures.
In addition, by specifying a transaction identifier and signature algorithm
that is decoupled from the serialized format of the transaction as a whole,
this change makes it so that the wire format of transactions is no longer
consensus-critical.
============
Requirements
============