diff --git a/src/lib/glifApi.ts b/src/lib/glifApi.ts index f32281f..63675d6 100644 --- a/src/lib/glifApi.ts +++ b/src/lib/glifApi.ts @@ -183,7 +183,7 @@ export const getStateWaitMsg = async ( * Get msig waiting transaction. * * @param {string} msigAddress - Msig address. - * @returns {Promise} ApiStateWaitMsgResponse - The response from the API. + * @returns {Promise} MsigPendingTransactions - The response from the API. */ export const getMsigPendingTransaction = async ( msigAddress: string,