Skip to content

Commit

Permalink
chore: remove unnecessary description
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaroz committed Dec 16, 2024
1 parent ad01f9a commit db31d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/debugger/debugMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ async function debugMessageDelivery(
logger.info('Bytecode does not have function matching handle sig');
return {
status: MessageDebugStatus.RecipientNotHandler,
description: `Recipient contract should have handle function of signature: ${HANDLE_FUNCTION_SIG}. Check that recipient is not a proxy. Error: ${errorReason}`,
description: `Recipient contract should have handle function of signature: ${HANDLE_FUNCTION_SIG}. Error: ${errorReason}`,
calldataDetails,
};
}
Expand Down

0 comments on commit db31d29

Please sign in to comment.