Skip to content

Commit 324f78f

Browse files
committed
fix linter issue
1 parent 812e5e2 commit 324f78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/methods/eth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3991,7 +3991,7 @@ impl RpcMethod<3> for EthTraceCall {
39913991
const NAME_ALIAS: Option<&'static str> = Some("trace_call");
39923992
const N_REQUIRED_PARAMS: usize = 1;
39933993
const PARAM_NAMES: [&'static str; 3] = ["tx", "traceTypes", "blockParam"];
3994-
const API_PATHS: BitFlags<ApiPaths> = make_bitflags!(ApiPaths::{ V1 | V2 });
3994+
const API_PATHS: BitFlags<ApiPaths> = make_bitflags!(ApiPaths::{ V1 | V2 });
39953995
const PERMISSION: Permission = Permission::Read;
39963996
const DESCRIPTION: Option<&'static str> = Some("Returns traces created by the transaction.");
39973997

0 commit comments

Comments
 (0)