Lesson 4: error message when using chain_id in buildTransaction() #461
Answered
by
cromewar
nargeslein
asked this question in
Q&A
-
Hello everyone, Any reasons for this? |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Nov 29, 2021
Replies: 1 comment 2 replies
-
Hello @nargeslein it is because you have a typo, you wrote:
Give it a try, best regards, Cromewar |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nargeslein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @nargeslein it is because you have a typo, you wrote:
"chain_id": chain_id
and the correct form is:"chainId": chain_id,
.Give it a try, best regards, Cromewar