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
We need to test scenarios with properly malicious customer, e.g. one who does not use our lovely, misuse-resistant API.
Consider the following scenarios:
In both these cases, the merchant must reject the payment with a ReusedRevocationLock error.
ReusedRevocationLock
To implement this (and other malicious-party tests), we need to implement a party that adheres to the protocol flow but behaves incorrectly.
The text was updated successfully, but these errors were encountered:
Just a quick note that we should make sure to test all close methods.
Sorry, something went wrong.
No branches or pull requests
We need to test scenarios with properly malicious customer, e.g. one who does not use our lovely, misuse-resistant API.
Consider the following scenarios:
In both these cases, the merchant must reject the payment with a
ReusedRevocationLock
error.To implement this (and other malicious-party tests), we need to implement a party that adheres to the protocol flow but behaves incorrectly.
The text was updated successfully, but these errors were encountered: