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
Method consensus_state_at doesn't return state root from the last metadata transaction if the state is requested for the latest height (height 0). Instead, it returns the state from the last light block, which is 1 height behind.
Method
consensus_state_atdoesn't return state root from the last metadata transaction if the state is requested for the latest height (height 0). Instead, it returns the state from the last light block, which is 1 height behind.