Replies: 1 comment 2 replies
-
Are there any errors coming back in the prepare phase? You can check this with the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I seriously struggle to see why x.write is a write function but
y.write === undefined
in the snippet down below. Everything is the same except from the address in the args array.What am I missing here? If I use the same address in both X and Y, then y.write is also a valid function.
Beta Was this translation helpful? Give feedback.
All reactions