Whoops! 😨 Something unexpected happened...
Execution failed:
error: cannot find variable in this scope: `fundingVault`
--> ee68ae161da5562aa9663453e6f673a81ac00acbeebc7137a720f4d3b41f2113:47:41
|
47 | receiverRef.deposit(from: <- fundingVault.withdraw(amount: UFix64(0.01)))
| ^^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `fundingVault`
--> ee68ae161da5562aa9663453e6f673a81ac00acbeebc7137a720f4d3b41f2113:49:11
|
49 | if fundingVault.balance != UFix64(0.0) {
| ^^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `fundingVault`
--> ee68ae161da5562aa9663453e6f673a81ac00acbeebc7137a720f4d3b41f2113:52:16
|
52 | destroy fundingVault
| ^^^^^^^^^^^^ not found in this scope
error: field `fundingVault` of type `Transaction` is not invalidated (moved or destroyed)
--> ee68ae161da5562aa9663453e6f673a81ac00acbeebc7137a720f4d3b41f2113:6:8
|
6 | let fundingVault: @FungibleToken.Vault
| ^^^^^^^^^^^^ not invalidated