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
@@ -134,7 +134,7 @@ pub trait BlockWithJustification<Header> {
}
/// Transaction before it is signed.
#[derive(Clone, Debug)]
#[derive(Clone, Debug, PartialEq)]
pub struct UnsignedTransaction<C: Chain> {
/// Runtime call of this transaction.
pub call: EncodedOrDecodedCall<C::Call>,