From 1fd691c7a980fc1e8baaee05c919ebaeb0b3964a Mon Sep 17 00:00:00 2001 From: James Wilson Date: Tue, 22 Oct 2024 14:30:39 +0100 Subject: [PATCH] , -> . --- core/src/blocks/extrinsics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/blocks/extrinsics.rs b/core/src/blocks/extrinsics.rs index ca07df0f4b..fd12c28147 100644 --- a/core/src/blocks/extrinsics.rs +++ b/core/src/blocks/extrinsics.rs @@ -195,7 +195,7 @@ where .then(|| -> Result { let address_start_idx = bytes.len() - cursor.len(); // Skip over the address, signature and extra fields. If V5 general - // extrinsic then there is no address and signature so skip nothing, + // extrinsic then there is no address and signature so skip nothing. if !is_general { scale_decode::visitor::decode_with_visitor( cursor,