Skip to content

Commit

Permalink
Merge branch '2631-add-hbar-rateLimiter-to-createFile-added' of https…
Browse files Browse the repository at this point in the history
…://github.com/hashgraph/hedera-json-rpc-relay into 2631-add-hbar-rateLimiter-to-createFile-added

Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere committed Jun 28, 2024
2 parents 163e9a8 + 027fa5b commit 26e1bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay/src/lib/clients/sdkClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ export class SDKClient {
);

this.logger.info(
`${requestIdPrefix} ${fileAppendTx.transactionId} ${callerName} ${fileAppendTx.constructor.name} status: ${sdkClientError.status} (${sdkClientError.status._code}), cost: ${transactionFee}`,
`${requestIdPrefix} ${fileAppendTx.transactionId} ${callerName} ${fileCreateTx.constructor.name} status: ${sdkClientError.status} (${sdkClientError.status._code}), cost: ${transactionFee}`,
);
}
} catch (err: any) {
Expand Down

0 comments on commit 26e1bb1

Please sign in to comment.