rise-node icon indicating copy to clipboard operation
rise-node copied to clipboard

logic/transaction: variable 'requester' never is declared on verify() function

Open jarenal opened this issue 7 years ago • 0 comments

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?

jarenal avatar Oct 30 '17 12:10 jarenal