diff --git a/docs/server/source/data-models/inputs-outputs.rst b/docs/server/source/data-models/inputs-outputs.rst index c67f0317..7c3a51c5 100644 --- a/docs/server/source/data-models/inputs-outputs.rst +++ b/docs/server/source/data-models/inputs-outputs.rst @@ -19,7 +19,7 @@ An input has the following structure: "owners_before": [""], "fulfillment": "", "fulfills": { - "output": "", + "output_index": "", "transaction_id": "" } } @@ -96,9 +96,6 @@ to set a maximum allowed fulfillment length, so the only real option was to :ref:`set a maximum allowed transaction size `. -If someone tries to make a condition where the output of a threshold condition feeds into the input of another “earlier” threshold condition (i.e. in a closed logical circuit), then their computer will take forever to calculate the (infinite) “condition URI”, at least in theory. In practice, their computer will run out of memory or their client software will timeout after a while. - - .. note::