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
Testing logic/transaction module I've noticed that verify() function is using a variable named 'requester' but never is declared.
https://github.com/RiseVision/rise-node/blob/development/logic/transaction.js#L439
Researching about this issue I've discovered that on Lisk version this variable is received as parameter.
https://github.com/LiskHQ/lisk/blob/development/logic/transaction.js#L365
Should we to do the same?
The text was updated successfully, but these errors were encountered:
Merge pull request #55 from RiseVision/feature/core-module-to-types
d877f6d
Move BaseCoreModule to types
vekexasia
jarenal
nerdvibe
No branches or pull requests
Testing logic/transaction module I've noticed that verify() function is using a variable named 'requester' but never is declared.
https://github.com/RiseVision/rise-node/blob/development/logic/transaction.js#L439
Researching about this issue I've discovered that on Lisk version this variable is received as parameter.
https://github.com/LiskHQ/lisk/blob/development/logic/transaction.js#L365
Should we to do the same?
The text was updated successfully, but these errors were encountered: