Skip to content

Commit

Permalink
Tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Oct 26, 2023
1 parent efb4217 commit 64ea7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export const getRelayerFeeDetails = async (
);
} catch (err: unknown) {
const reason = resolveEthersError(err);
throw new InputError(`Failed to estimate relayer fees (${reason})`);
throw new InputError(`Relayer fill simulation failed - ${reason}`);
}
};

Expand Down

0 comments on commit 64ea7e0

Please sign in to comment.