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

Removes registration of ReportMisbehaviorPlugin from examples/pos-mainchain #8879

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions examples/pos-mainchain/src/app/plugins.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/* eslint-disable @typescript-eslint/no-empty-function */
import { ReportMisbehaviorPlugin } from '@liskhq/lisk-framework-report-misbehavior-plugin';
import { Application } from 'lisk-sdk';

export const registerPlugins = (_app: Application): void => {
_app.registerPlugin(new ReportMisbehaviorPlugin());
};
export const registerPlugins = (_app: Application): void => {};