This commit is contained in:
James Wilson
2024-10-22 14:30:39 +01:00
parent c8e6722a03
commit 1fd691c7a9
+1 -1
View File
@@ -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,