Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot find variable in this scope: `public`
--> 7c43cb4941c13cd4a3319ab1364d3e418b41b9317a42fc5bf306250a5ebd7074:36:89
|
36 | tokenReceiverRef = getAccount(to).capabilities.borrow<&{FungibleToken.Receiver}>(public/stFlowTokenReceiver)
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `stFlowTokenReceiver`
--> 7c43cb4941c13cd4a3319ab1364d3e418b41b9317a42fc5bf306250a5ebd7074:36:96
|
36 | tokenReceiverRef = getAccount(to).capabilities.borrow<&{FungibleToken.Receiver}>(public/stFlowTokenReceiver)
| ^^^^^^^^^^^^^^^^^^^ not found in this scope