Skip to content

Commit 1fd691c

Browse files
committed
, -> .
1 parent c8e6722 commit 1fd691c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/blocks/extrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ where
195195
.then(|| -> Result<SignedExtrinsicDetails, Error> {
196196
let address_start_idx = bytes.len() - cursor.len();
197197
// Skip over the address, signature and extra fields. If V5 general
198-
// extrinsic then there is no address and signature so skip nothing,
198+
// extrinsic then there is no address and signature so skip nothing.
199199
if !is_general {
200200
scale_decode::visitor::decode_with_visitor(
201201
cursor,

0 commit comments

Comments
 (0)