Skip to content

Commit

Permalink
log cosigner addr
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Apr 2, 2024
1 parent a80225b commit 71a84da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/handlers/hard-quote/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class QuoteHandler extends APIGLambdaHandler<

metric.putMetric(Metric.HARD_QUOTE_REQUESTED, 1, MetricLoggerUnit.Count);

log.info({ cosignerAddress: cosignerAddress }, 'cosignerAddress');
const request = HardQuoteRequest.fromHardRequestBody(requestBody);

// we dont have access to the cosigner key, throw
Expand Down

0 comments on commit 71a84da

Please sign in to comment.