You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Logger should be correctly assigned to Vote.js instance
Actual behavior
When Accounts module tries to initialize Vote's logic, logger comes from old scope format placed at scope's root. Now logger is under scope.components so it's assigning undefined.
Expected behavior
Logger should be correctly assigned to Vote.js instance
Actual behavior
When Accounts module tries to initialize Vote's logic, logger comes from old scope format placed at scope's root. Now logger is under
scope.components
so it's assigning undefined.See here:
https://github.com/LiskHQ/lisk/blob/92d658c7c12d3ccb863a79ea977c93800ada8746/framework/src/modules/chain/submodules/accounts.js#L70
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
The text was updated successfully, but these errors were encountered: