Skip to content

Instantly share code, notes, and snippets.

@majecty
Created March 18, 2020 07:41
Show Gist options
  • Save majecty/9e2a6f33058b58b62b88d4cd570fc6cb to your computer and use it in GitHub Desktop.
Save majecty/9e2a6f33058b58b62b88d4cd570fc6cb to your computer and use it in GitHub Desktop.
fn sendPacket(packet: Packet) {
...
let latestClient = provableStore.get(clientPath(connection.clientIdentifier));
let latestHeight = latestClient.height;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment