Same code, but my transaction gets reverted. Error -32000 #6217
Unanswered
moba2001
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a javascript backend where i want to save strings and read strings from the blockchain.
I deployed my contract to goerli and am able to use both functions in a seperate javscript file using require.
In a module using the same funtions but getting hdwallet via import, i can only read strings from the blochchain.
The writting is reverted each time.
Any suggestions what I have to change?
Contract:
JS script, that works perfectly fine:
Backend module, that only works on reading, but causes error on storeString:
Error Message:
Beta Was this translation helpful? Give feedback.
All reactions