Skip to content

Commit a2e9fa6

Browse files
committed
fix ref
1 parent bd2f720 commit a2e9fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cadence/transactions/tidal-yield/deposit_to_tide.cdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ transaction(id: UInt64, amount: UFix64) {
4444
}
4545

4646
execute {
47-
self.manager.depositToTide(betaRef: betaRef, id, from: <-self.depositVault)
47+
self.manager.depositToTide(betaRef: self.betaRef, id, from: <-self.depositVault)
4848
}
4949
}

0 commit comments

Comments
 (0)