fix parse_transaction on Rialto+Millau (#1360)

This commit is contained in:
Svyatoslav Nikolsky
2022-03-18 17:17:23 +03:00
committed by Bastian Köcher
parent c29bfcccc3
commit 133934df7c
4 changed files with 66 additions and 8 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ use sp_runtime::{
use sp_std::{convert::TryFrom, fmt::Debug, hash::Hash, str::FromStr, vec, vec::Vec};
/// Chain call, that is either SCALE-encoded, or decoded.
#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq)]
pub enum EncodedOrDecodedCall<ChainCall> {
/// The call that is SCALE-encoded.
///