From 6e1bdcaddfbd292d0be72be3682e65083381bfda Mon Sep 17 00:00:00 2001 From: zyl <452174203@qq.com> Date: Thu, 18 Nov 2021 21:45:48 +0800 Subject: [PATCH] update comment --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index e65d1b62e..bd6cdbc12 100644 --- a/app/app.go +++ b/app/app.go @@ -764,7 +764,7 @@ func NewIrisApp( app.scopedIBCKeeper = scopedIBCKeeper app.scopedTransferKeeper = scopedTransferKeeper - // Expected to happen around + // Expected to happen around 2021-11-23 02:00:00(UTC+0) app.AddPatch(12636666, func(ctx sdk.Context) error { app.ibcKeeper.ConnectionKeeper.SetParams(ctx, ibcconnectiontypes.DefaultParams()) return nil