Remove TX_VERSION from substrate/client, as CheckTxVersion was removed from the runtime

b892b0122e for reasoning.
This commit is contained in:
Luke Parker
2023-12-05 02:38:50 -05:00
parent f03ca53509
commit 08adb3a199
2 changed files with 0 additions and 3 deletions

View File

@@ -65,7 +65,6 @@ pub struct Extra {
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub struct SignedPayloadExtra {
pub spec_version: u32,
pub tx_version: u32,
pub genesis: [u8; 32],
pub mortality_checkpoint: [u8; 32],
}