diff --git a/x/auth/tx/xauthclient.go b/x/auth/tx/xauthclient.go index 7852e3eeead..b96868f602f 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 (