-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
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
SendRawTransaction RPC Method hangs #216
Comments
#200 has been closed. Is there a new PR that will fix this issue? |
This appears to be fixed by neo 3 preview 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SendRawTransaction RPC method submits the provided tx to the blockchain via Blockchain.Ask. However, Blockchain.OnReceive does not respond with Sender.Tell (in master branch). So the SendRawTransaction RPC method never returns
The text was updated successfully, but these errors were encountered: