Skip to content

Commit

Permalink
fixed validators_ordered test (updated block hash to a more recent bl…
Browse files Browse the repository at this point in the history
…ock)
  • Loading branch information
frol committed Apr 19, 2024
1 parent 0fc86d9 commit e2e7a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods/experimental/validators_ordered.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//! let client = JsonRpcClient::connect("https://archival-rpc.mainnet.near.org");
//!
//! let request = methods::EXPERIMENTAL_validators_ordered::RpcValidatorsOrderedRequest {
//! block_id: Some(BlockId::Hash("3eitm2GGAGhmvg6k7bFnsabSjkDC1WDPxH3buxZofTiN".parse()?))
//! block_id: Some(BlockId::Hash("Brj839ta6ffccCvDcXzEh7iRak2jCxuc7M3U1cEmRH9k".parse()?))
//! };
//!
//! let response = client.call(request).await?;
Expand Down

0 comments on commit e2e7a5e

Please sign in to comment.