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
When we transfer money to an account that doesn't have balance the processor goes into a loop. I've tried to change the error handling to
return &processor.InvalidTransactionError{Msg: "Didn't find the wallet key associated with user key " + self.getUserTo()}
But still i get a loop, any ideas?
The text was updated successfully, but these errors were encountered:
If you are using Sawtooth 1.1, it could be related to this Validator bug:
hyperledger-archives/sawtooth-core#1994 https://jira.hyperledger.org/browse/STL-1477
Sorry, something went wrong.
No branches or pull requests
When we transfer money to an account that doesn't have balance the processor goes into a loop. I've tried to change the error handling to
return &processor.InvalidTransactionError{Msg: "Didn't find the wallet key associated with user key " + self.getUserTo()}
But still i get a loop, any ideas?
The text was updated successfully, but these errors were encountered: