Skip to content

Commit

Permalink
feat: add log line when trying to sign an agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
SewerynKras committed Jul 1, 2024
1 parent 526c1c2 commit 2801200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/market/market.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ export class MarketModuleImpl implements MarketModule {
agreementOptions?: AgreementOptions,
signalOrTimeout?: number | AbortSignal,
): Promise<Agreement> {
this.logger.info("Trying to sign an agreement ...");
const signal = createAbortSignalFromTimeout(signalOrTimeout);

const getProposal = async () => {
Expand Down

0 comments on commit 2801200

Please sign in to comment.