From fcdced9e012ece459609ed9867255bc14ab60f11 Mon Sep 17 00:00:00 2001 From: forcodedancing Date: Mon, 16 Oct 2023 20:06:49 +0800 Subject: [PATCH] update comments --- types/tx_msg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tx_msg.go b/types/tx_msg.go index 2f6255cb41..920d620faf 100644 --- a/types/tx_msg.go +++ b/types/tx_msg.go @@ -26,7 +26,7 @@ type ( } // MsgWithRuntimeValidation defines the interface a transaction message which wants to enable runtime validation. - // Contract: enable runtime validation after Xxxx upgrade. + // Contract: enable runtime validation after Pampas upgrade. MsgWithRuntimeValidation interface { Msg