We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So when I call the chainID in python I get 1111 however, when I call chain ID in swift I get 32414...
1111
32414
Can I set the chainID? or am I doing something wrong? I'm running a private chain
The text was updated successfully, but these errors were encountered:
I got it to work by setting the chainID after building the transaction but before sending
transaction?.transaction.UNSAFE_setChainID(1111)
Sorry, something went wrong.
No branches or pull requests
So when I call the chainID in python I get
1111
however, when I call chain ID in swift I get32414
...Can I set the chainID? or am I doing something wrong? I'm running a private chain
The text was updated successfully, but these errors were encountered: