We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435891a commit 755fc68Copy full SHA for 755fc68
1 file changed
cadence/contracts/FlowALPPositionResources.cdc
@@ -349,7 +349,7 @@ access(all) contract FlowALPPositionResources {
349
/// drawDownSink
350
access(self) let pushToDrawDownSink: Bool
351
352
- init(
+ access(contract) init(
353
id: UInt64,
354
type: Type,
355
pushToDrawDownSink: Bool
@@ -420,7 +420,7 @@ access(all) contract FlowALPPositionResources {
420
/// in the event the withdrawal puts the position under its target health
421
access(self) let pullFromTopUpSource: Bool
422
423
424
425
426
pullFromTopUpSource: Bool
0 commit comments