Skip to content

Commit

Permalink
chore: improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Nov 22, 2023
1 parent ac771af commit 5733c9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utils/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,7 @@ export function handleOnChainCustomError(params: {
);
return dropOrder(`Invalid order: ${reason}`);
case CustomErrorSelectors.POLL_TRY_NEXT_BLOCK:
log.info(
`Order on safe ${owner} not valid/signalled to try next block.`
);
log.info(`Order on safe ${owner} not signalled to try next block`);
return {
result: PollResultCode.TRY_NEXT_BLOCK,
reason: msgWithSelector(parsedCustomError.message),
Expand Down

0 comments on commit 5733c9a

Please sign in to comment.