We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b594f0 commit 59cfb51Copy full SHA for 59cfb51
src/endpoints/mex/mex.pair.service.ts
@@ -145,7 +145,7 @@ export class MexPairService {
145
146
return allPairs;
147
} catch (error) {
148
- this.logger.error('An error occurred while getting all mex pairs');
+ this.logger.error('An error occurred while getting all mex pairs from the exchange');
149
this.logger.error(error);
150
return [];
151
}
0 commit comments