Skip to content

Commit ceb6bf2

Browse files
committed
refactor: 🚨 silence lint error
1 parent fffc7d1 commit ceb6bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/rpc/src/eth/execute.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ where
388388
} else if api_version == 5 {
389389
// Post-london + access list support
390390
let access_list = access_list.unwrap_or_default();
391+
#[allow(deprecated)]
391392
let info = api
392393
.create_before_version_6(
393394
substrate_hash,

0 commit comments

Comments
 (0)