Skip to content

Commit

Permalink
removed testing log
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Aug 8, 2024
1 parent cd12ae3 commit f22e697
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/view_account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,5 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("{:#?}", result);
}

let request: methods::EXPERIMENTAL_protocol_config::RpcProtocolConfigRequest =
methods::EXPERIMENTAL_protocol_config::RpcProtocolConfigRequest {
block_reference: BlockReference::latest(),
};

let response = client.call(request).await?;
println!("{:#?}", response);

Ok(())
}

0 comments on commit f22e697

Please sign in to comment.