diff --git a/cadence/contracts/FlowALPPositionResources.cdc b/cadence/contracts/FlowALPPositionResources.cdc index ba406725..be20721a 100644 --- a/cadence/contracts/FlowALPPositionResources.cdc +++ b/cadence/contracts/FlowALPPositionResources.cdc @@ -349,7 +349,7 @@ access(all) contract FlowALPPositionResources { /// drawDownSink access(self) let pushToDrawDownSink: Bool - init( + access(contract) init( id: UInt64, type: Type, pushToDrawDownSink: Bool @@ -420,7 +420,7 @@ access(all) contract FlowALPPositionResources { /// in the event the withdrawal puts the position under its target health access(self) let pullFromTopUpSource: Bool - init( + access(contract) init( id: UInt64, type: Type, pullFromTopUpSource: Bool