mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
feat: Include missing block id in error responses (#7416)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -403,7 +403,7 @@ where
|
||||
OtterscanClient::get_header_by_number(client, block_number).await.unwrap();
|
||||
|
||||
OtterscanClient::has_code(client, address, None).await.unwrap();
|
||||
OtterscanClient::has_code(client, address, Some(block_number)).await.unwrap();
|
||||
OtterscanClient::has_code(client, address, Some(block_number.into())).await.unwrap();
|
||||
|
||||
OtterscanClient::get_api_level(client).await.unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user