From 74fe0f408827f6af69dcf30e8abea0c1791e2e84 Mon Sep 17 00:00:00 2001 From: Marek Date: Tue, 10 Dec 2024 23:27:43 +0100 Subject: [PATCH] Fix a typo --- zebra-rpc/src/methods.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-rpc/src/methods.rs b/zebra-rpc/src/methods.rs index 7cc0b46b48e..96b3d65d010 100644 --- a/zebra-rpc/src/methods.rs +++ b/zebra-rpc/src/methods.rs @@ -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