BadMinStackLength

Git Source

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

NameTypeDescription
flowMinOutputsuint256The min outputs for the flow.