We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812e5e2 commit 324f78fCopy full SHA for 324f78f
src/rpc/methods/eth.rs
@@ -3991,7 +3991,7 @@ impl RpcMethod<3> for EthTraceCall {
3991
const NAME_ALIAS: Option<&'static str> = Some("trace_call");
3992
const N_REQUIRED_PARAMS: usize = 1;
3993
const PARAM_NAMES: [&'static str; 3] = ["tx", "traceTypes", "blockParam"];
3994
- const API_PATHS: BitFlags<ApiPaths> = make_bitflags!(ApiPaths::{ V1 | V2 });
+ const API_PATHS: BitFlags<ApiPaths> = make_bitflags!(ApiPaths::{ V1 | V2 });
3995
const PERMISSION: Permission = Permission::Read;
3996
const DESCRIPTION: Option<&'static str> = Some("Returns traces created by the transaction.");
3997
0 commit comments