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 Apr 15, 2019. It is now read-only.
lisk> create transaction transfer 100 13356260975429434553L
Please enter your secret passphrase: ****
Please re-enter your secret passphrase: ****
null
TypeError: Can't call method on null
at TypeError (native)
at module.exports (/Users/shuse2/Documents/10_lisk/lisk-commander/node_modules/core-js/modules/_defined.js:3:30)
at module.exports (/Users/shuse2/Documents/10_lisk/lisk-commander/node_modules/core-js/modules/_to-iobject.js:5:18)
at /Users/shuse2/Documents/10_lisk/lisk-commander/node_modules/core-js/modules/_object-to-array.js:6:13
at Function.entries (/Users/shuse2/Documents/10_lisk/lisk-commander/node_modules/core-js/modules/es7.object.entries.js:7:12)
at getKeyValueObject (/Users/shuse2/Documents/10_lisk/lisk-commander/src/utils/tablify.js:41:16)
at /Users/shuse2/Documents/10_lisk/lisk-commander/src/utils/tablify.js:50:6
at Array.forEach (native)
at addValuesToTable (/Users/shuse2/Documents/10_lisk/lisk-commander/src/utils/tablify.js:47:23)
at tablify (/Users/shuse2/Documents/10_lisk/lisk-commander/src/utils/tablify.js:72:3)
Steps to Reproduce
Actual behavior: [What actually happens]
It should handle the null case
Reproduces how often: [What percentage of the time does it reproduce?]
Versions
1.0.0-beta
Please provide the version you are working with. Please include the OS and what version of the OS you're running.
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered:
Description
Steps to Reproduce
Actual behavior: [What actually happens]
It should handle the null case
Reproduces how often: [What percentage of the time does it reproduce?]
Versions
1.0.0-beta
Please provide the version you are working with. Please include the OS and what version of the OS you're running.
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered: