Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Dec 10, 2024
1 parent 2c342f7 commit 74fe0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-rpc/src/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ where
// # Performance
//
// `lightwalletd` calls this RPC with verosity 1 for its initial sync of 2 million blocks, the
// performace of this RPC with verbosity 1 significantly affects `lightwalletd`s sync time.
// performance of this RPC with verbosity 1 significantly affects `lightwalletd`s sync time.
//
// TODO:
// - use `height_from_signed_int()` to handle negative heights
Expand Down

0 comments on commit 74fe0f4

Please sign in to comment.