Remove due `filter`

This commit is contained in:
Franck Royer 2022-05-26 14:49:03 +10:00
parent e3015abce9
commit 4c640e0f93
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ export interface Args {
relay?: boolean;
rpc?: boolean;
rpcAdmin?: boolean;
filter?: boolean;
nodekey?: string;
portsShift?: number;
logLevel?: LogLevel;