From a1e3a3c3f375c807382f5995f9811678eca6b473 Mon Sep 17 00:00:00 2001 From: mohanson Date: Thu, 10 Oct 2024 16:26:07 +0800 Subject: [PATCH] Use ckb meepo hardfork instead of ckb 2023 --- rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md b/rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md index 59118864..01f5a48b 100644 --- a/rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md +++ b/rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md @@ -10,7 +10,7 @@ Created: 2023-04-17 ## Abstract -This document describes the addition of the syscalls during the CKB2023. This update significantly enhances the flexibility of CKB Script. +This document describes the addition of the syscalls during the CKB Meepo hardfork. This update significantly enhances the flexibility of CKB Script. ## Introduction