Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix test get_block_info. (#935)
Browse files Browse the repository at this point in the history
Co-authored-by: Esteve Soler Arderiu <[email protected]>
  • Loading branch information
azteca1998 and azteca1998 authored Aug 23, 2023
1 parent 89a36ff commit 26e8d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc_state_reader/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ mod tests {
fn test_get_block_info() {
let rpc_state = RpcState::new(
RpcChain::MainNet,
BlockValue::Tag(serde_json::to_value("latest").unwrap()),
BlockValue::Number(serde_json::to_value(168204).unwrap()),
);

let gas_price_str = "13563643256";
Expand Down

0 comments on commit 26e8d5f

Please sign in to comment.