Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cadence/contracts/FlowALPPositionResources.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ access(all) contract FlowALPPositionResources {
/// drawDownSink
access(self) let pushToDrawDownSink: Bool

init(
access(contract) init(
id: UInt64,
type: Type,
pushToDrawDownSink: Bool
Expand Down Expand Up @@ -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
Expand Down
Loading