mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix typo: add missing "is"
This commit is contained in:
parent
3989346044
commit
6c25a483d6
@ -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_
|
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.
|
is usually a signature proving the ownership of the digital asset.
|
||||||
See [conditions and fulfillments](models.md#conditions-and-fulfillments)
|
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.
|
new owner in order to spend the digital asset.
|
||||||
See [conditions and fulfillments](models.md#conditions-and-fulfillments)
|
See [conditions and fulfillments](models.md#conditions-and-fulfillments)
|
||||||
- `operation`: String representation of the operation being performed (`CREATE`, `TRANSFER`, ...) this will define how
|
- `operation`: String representation of the operation being performed (`CREATE`, `TRANSFER`, ...) this will define how
|
||||||
|
Loading…
x
Reference in New Issue
Block a user