From 68bfd2f775f219fa695971226bf593877428d7e1 Mon Sep 17 00:00:00 2001 From: Reece Williams <31943163+Reecepbcups@users.noreply.github.com> Date: Mon, 4 Sep 2023 03:08:28 -0500 Subject: [PATCH] Update 02_integration.md (#815) --- x/clock/spec/02_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/clock/spec/02_integration.md b/x/clock/spec/02_integration.md index a9e2e7d31..fa7646339 100644 --- a/x/clock/spec/02_integration.md +++ b/x/clock/spec/02_integration.md @@ -12,7 +12,7 @@ Add the following to your Rust Contract: // msg.rs #[cw_serde] pub enum SudoMsg { - EndBlock { }, + ClockEndBlock { }, } // contract.rs