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 f5df8be commit d012440Copy full SHA for d012440
1 file changed
cadence/contracts/FlowALP.cdc
@@ -400,7 +400,7 @@ access(all) contract FlowALP {
400
}
401
402
/// Returns all token types that have either deposits or borrows
403
- access(all) view fun getAllTokenTypes(): [Type] {
+ access(all) fun getAllTokenTypes(): [Type] {
404
var types: [Type] = []
405
for t in self.depositReceipts.keys {
406
types.append(t)
0 commit comments