REACH FRONTEND STDLIB ERROR READING CONTRACT #1100
-
|
Hello Reach Fam, I am having an error trying to run a Reach frontend against a compiled contract backend. The Reach frontend runs successfully until it threads to this piece of code: The error I get from my console is: What could be the issue here? I assume it is a Reach frontend stdlib issue. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
No code in your sample looks at an address. I suspect that the problem is in |
Beta Was this translation helpful? Give feedback.
-
|
Yes, I have that function in my code, let me debug that |
Beta Was this translation helpful? Give feedback.
-
|
I solved this specific issue, true it was in the |
Beta Was this translation helpful? Give feedback.
No code in your sample looks at an address. I suspect that the problem is in
printAccBalance, which you have not shared.