Minor: typo fix in the technical whitepaper.

This commit is contained in:
Mike Hearn 2017-01-09 20:20:02 +01:00
parent 334b91faf0
commit 5ae417fe49

View File

@ -1063,7 +1063,7 @@ that can be easily queried and worked with. It also contains private key materia
consuming states in the vault. Like with a cryptocurrency wallet, the Corda vault understands how to create transactions
that send value to someone else by combining asset states and possibly adding a change output that makes the values
balance. This process is usually referred to as `coin selection'. Coin selection can be a complex process. In Corda
there are no per transaction network fees, which is a significant source of complexity in other sysetms. However
there are no per transaction network fees, which is a significant source of complexity in other systems. However
transactions must respect the fungibility rules in order to ensure that the issuer and reference data is preserved
as the assets pass from hand to hand.