We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e6722 commit 1fd691cCopy full SHA for 1fd691c
core/src/blocks/extrinsics.rs
@@ -195,7 +195,7 @@ where
195
.then(|| -> Result<SignedExtrinsicDetails, Error> {
196
let address_start_idx = bytes.len() - cursor.len();
197
// Skip over the address, signature and extra fields. If V5 general
198
- // extrinsic then there is no address and signature so skip nothing,
+ // extrinsic then there is no address and signature so skip nothing.
199
if !is_general {
200
scale_decode::visitor::decode_with_visitor(
201
cursor,
0 commit comments