We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
header
updateState
1 parent 9be3630 commit 9b6c7a9Copy full SHA for 9b6c7a9
spec/client/ics-009-loopback-cilent/README.md
@@ -127,7 +127,7 @@ function updateState(clientMsg: clientMessage) {
127
128
// retrieve the latest height from the local ledger
129
height = getSelfHeight()
130
- clientState.latestHeight = header.height
+ clientState.latestHeight = height
131
132
// save the client state
133
provableStore.set("clients/{clientMsg.identifier}/clientState", clientState)
0 commit comments