BadMinStackLength
Thrown when the min outputs for a flow is fewer than the sentinels. This is always an implementation bug as the min outputs and sentinel count should both be compile time constants.
error BadMinStackLength(uint256 flowMinOutputs);
Parameters
Name | Type | Description |
---|---|---|
flowMinOutputs | uint256 | The min outputs for the flow. |