From 73c5731fdff1cecef5d6aa1304deceb881d31f52 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 23 Nov 2023 09:04:20 +0100 Subject: [PATCH] update -> block N+1 Updated the slides according to the lecture where a typo was found --- content/substrate/intro/slides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/substrate/intro/slides.md b/content/substrate/intro/slides.md index 14d64de..56a0f9e 100644 --- a/content/substrate/intro/slides.md +++ b/content/substrate/intro/slides.md @@ -488,7 +488,7 @@ associated with each block. ### State Transition Function -$$STF = F(block_{N}, state_{N}, code_{N}): state_{N+1}$$ +$$STF = F(block_{N+1}, state_{N}, code_{N}): state_{N+1}$$ ---v