Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Niederb committed Jun 27, 2024
1 parent 24f95b7 commit 8ccb5cf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions testing/async/examples/state_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,6 @@ async fn main() {
let _account_info: AccountData =
api.get_storage_map("System", "Account", &alice, None).await.unwrap().unwrap();

let storage_double_map_key_prefix = api
.get_storage_double_map_key_prefix("Staking", "ErasStakersOverview", 0)
.await
.unwrap();
let double_map_storage_keys = api
.get_storage_keys_paged(Some(storage_double_map_key_prefix), 3, None, None)
.await
.unwrap();
println!("Could fetch storage_keys: {:?}", double_map_storage_keys);
let era_stakers: ErasStakers = api
.get_storage_double_map(
"Staking",
Expand Down

0 comments on commit 8ccb5cf

Please sign in to comment.