We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2f720 commit a2e9fa6Copy full SHA for a2e9fa6
1 file changed
cadence/transactions/tidal-yield/deposit_to_tide.cdc
@@ -44,6 +44,6 @@ transaction(id: UInt64, amount: UFix64) {
44
}
45
46
execute {
47
- self.manager.depositToTide(betaRef: betaRef, id, from: <-self.depositVault)
+ self.manager.depositToTide(betaRef: self.betaRef, id, from: <-self.depositVault)
48
49
0 commit comments