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.
nazarhussain
changed the title
API client node info is missing genesisHeight attribute from types
API client node info type is not matching to returned data
Aug 13, 2021
Expected behavior
The
client.node.getNodeInfo()
must have matching type with the return value ofapp:getNodeInfo
action.Actual behavior
Currently
genesisHeight
andnetwork
attributes are missing from the type.https://github.com/LiskHQ/lisk-sdk/blob/4ced142da46c76b529b78e39ca35d2e6ac94a322/elements/lisk-api-client/src/types.ts#L97-L101
Which version(s) does this affect? (Environment, OS, etc...)
5.1.x
The text was updated successfully, but these errors were encountered: