From 37c8e3e598300fe2bb39ee6db1f2875bdb46e8d1 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 23 Nov 2023 09:07:59 +0100 Subject: [PATCH] reverted the last commit --- 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 56a0f9e..14d64de 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+1}, state_{N}, code_{N}): state_{N+1}$$ +$$STF = F(block_{N}, state_{N}, code_{N}): state_{N+1}$$ ---v