From 8782e78e56eb24c595603b1264c64fffe840ac0d Mon Sep 17 00:00:00 2001 From: Amaury M <1293565+amaurym@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:34:22 +0100 Subject: [PATCH] Update todos --- x/auth/tx/xauthclient.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/auth/tx/xauthclient.go b/x/auth/tx/xauthclient.go index 7852e3eeead6..b96868f602ff 100644 --- a/x/auth/tx/xauthclient.go +++ b/x/auth/tx/xauthclient.go @@ -1,9 +1,9 @@ // Package tx 's xauthclient.go file is copy-pasted from // https://github.com/cosmos/cosmos-sdk/blob/v0.41.3/x/auth/client/query.go // It is duplicated as to not introduce any breaking change in 0.41.4, see PR: -// TODO +// https://github.com/cosmos/cosmos-sdk/pull/8732#discussion_r584746947 // It is refactored and removed in the following PR: -// TODO +// https://github.com/cosmos/cosmos-sdk/pull/8734 package tx import (