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
The filename should follow a pattern: tx-<transaction_id>.json.
tx-<transaction_id>.json
The proposed JSON filename is always tx-undefined.json on transaction save.
tx-undefined.json
2.0.1
The text was updated successfully, but these errors were encountered:
Merge pull request #3798 from LiskHQ/3787-multisig-bug-fix
b0819b3
Invalid JSON filename on multisignature registration transaction save - Closes #3787
ManuGowda
No branches or pull requests
Expected behavior
The filename should follow a pattern:
tx-<transaction_id>.json
.Actual behavior
The proposed JSON filename is always
tx-undefined.json
on transaction save.Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
2.0.1
The text was updated successfully, but these errors were encountered: