diff --git a/lib/multisigHelpers.ts b/lib/multisigHelpers.ts index e973c99..3fb5ee0 100644 --- a/lib/multisigHelpers.ts +++ b/lib/multisigHelpers.ts @@ -53,10 +53,6 @@ const createMultisigFromCompressedSecp256k1Pubkeys = async ( * The public key should always be available, either on chain or in the app's database. * The account is only available when the there was any on-chain activity such as * receipt of tokens. - * - * @param {string} address The multisig address - * @param client A connected stargate cosmoshub client - * @return {object} The multisig account. */ const getMultisigAccount = async ( address: string,