Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip-L committed Jan 20, 2025
1 parent d56c6c8 commit 7c50e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/glifApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const getStateWaitMsg = async (
* Get msig waiting transaction.
*
* @param {string} msigAddress - Msig address.
* @returns {Promise<MsigPendingTransactions>} ApiStateWaitMsgResponse - The response from the API.
* @returns {Promise<MsigPendingTransactions>} MsigPendingTransactions - The response from the API.
*/
export const getMsigPendingTransaction = async (
msigAddress: string,
Expand Down

0 comments on commit 7c50e6d

Please sign in to comment.