mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
timeout caveat
This commit is contained in:
parent
09615955fc
commit
7602e3550c
@ -901,6 +901,8 @@ Once expired, the asset is lost and cannot be fulfilled by anyone.
|
|||||||
|
|
||||||
__Note__: The timeout conditions are BigchainDB-specific and not (yet) supported by the ILP standard.
|
__Note__: The timeout conditions are BigchainDB-specific and not (yet) supported by the ILP standard.
|
||||||
|
|
||||||
|
__Caveat__: The times between nodes in a BigchainDB federation may (and will) differ slightly. In this case, the majority of the nodes will decide.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# Create a timeout asset without any new_owners
|
# Create a timeout asset without any new_owners
|
||||||
timeout_tx = b.create_transaction(b.me, None, None, 'CREATE')
|
timeout_tx = b.create_transaction(b.me, None, None, 'CREATE')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user