We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038a9ea commit 291a624Copy full SHA for 291a624
1 file changed
src/components/core/compute/startCompute.ts
@@ -571,6 +571,10 @@ export class PaidComputeStartHandler extends CommonComputeHandler {
571
task.maxJobDuration
572
)
573
let agreementId
574
+ CORE_LOGGER.logMessage(
575
+ `escrow.createLock cost=${cost} token=${task.payment.token} chainId=${task.payment.chainId} resources=${JSON.stringify(task.resources)} maxJobDuration=${task.maxJobDuration}`,
576
+ true
577
+ )
578
try {
579
agreementId = await engine.escrow.createLock(
580
task.payment.chainId,
0 commit comments