mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
fix parse_transaction on Rialto+Millau (#1360)
This commit is contained in:
committed by
Bastian Köcher
parent
c29bfcccc3
commit
133934df7c
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user