Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update framework-plugins/lisk-framework-chain-connector-plugin/src/ch…
Browse files Browse the repository at this point in the history
…ain_connector_plugin.ts

Co-authored-by: shuse2 <shuse2@users.noreply.github.com>
  • Loading branch information
ishantiw and shuse2 authored Oct 23, 2023
1 parent 6e5a42c commit 47dc29d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export class ChainConnectorPlugin extends BasePlugin<ChainConnectorPluginConfig>
await this._saveDataOnNewBlock(newBlockHeader);
await this._initializeReceivingChainClient();
this.logger.error(
{ error: (error as Error).message },
{ err: (error as Error) },
'Error occurred while accessing receivingChainAPIClient but all data is saved on newBlock.',
);

Expand Down

0 comments on commit 47dc29d

Please sign in to comment.