1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-25 18:56:44 +02:00

Merge pull request #268 from sbellem/docs

Fix typo: add missing "is"
This commit is contained in:
Troy McConaghy 2016-05-12 14:20:06 +02:00
commit fe93b376ca

View File

@ -31,7 +31,7 @@ A transaction is an operation between the `current_owner` and the `new_owner` ov
and a _crypto fulfillment_ that satisfies a spending condition set on the unspent digital asset. A _fulfillment_
is usually a signature proving the ownership of the digital asset.
See [conditions and fulfillments](models.md#conditions-and-fulfillments)
- `conditions`: List of conditions. Each _condition_ a _crypto condition_ that needs to be fulfilled by the
- `conditions`: List of conditions. Each _condition_ is a _crypto condition_ that needs to be fulfilled by the
new owner in order to spend the digital asset.
See [conditions and fulfillments](models.md#conditions-and-fulfillments)
- `operation`: String representation of the operation being performed (`CREATE`, `TRANSFER`, ...) this will define how