Skip to content

Commit

Permalink
, -> .
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Oct 22, 2024
1 parent c8e6722 commit 1fd691c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/blocks/extrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ where
.then(|| -> Result<SignedExtrinsicDetails, Error> {
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,
Expand Down

0 comments on commit 1fd691c

Please sign in to comment.