From 7c50e6d1781f3e14b5faa442a1e8a8ac8cb8ac9d Mon Sep 17 00:00:00 2001 From: Filip-L Date: Mon, 20 Jan 2025 10:31:52 +0100 Subject: [PATCH] Change comment --- src/lib/glifApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,