Skip to content

Commit

Permalink
Fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Feb 6, 2023
1 parent 42baa54 commit d184566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra-rpc/src/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ where
})?;

if verbosity == 0 {
// # Peformance
// # Performance
//
// This RPC is used in `lightwalletd`'s initial sync of 2 million blocks,
// so it needs to load block data very efficiently.
Expand All @@ -608,7 +608,7 @@ where
_ => unreachable!("unmatched response to a block request"),
}
} else if verbosity == 1 {
// # Peformance
// # Performance
//
// This RPC is used in `lightwalletd`'s initial sync of 2 million blocks,
// so it needs to load all its fields very efficiently.
Expand Down

0 comments on commit d184566

Please sign in to comment.