Skip to content

Commit ca19150

Browse files
committed
remove BLOB_TX_TYPE from spec
cf: ethereum/consensus-specs#3534
1 parent a8d5928 commit ca19150

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ethereum-consensus/src/deneb/blob_sidecar.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use crate::{
77
ssz::prelude::*,
88
};
99

10-
pub const BLOB_TX_TYPE: u8 = 3;
1110
pub const VERSIONED_HASH_VERSION_KZG: u8 = 1;
1211

1312
pub type Blob<const BYTES_PER_BLOB: usize> = ByteVector<BYTES_PER_BLOB>;

ethereum-consensus/src/deneb/spec/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ pub use crate::{
3232
BlindedBeaconBlock, BlindedBeaconBlockBody, SignedBlindedBeaconBlock,
3333
},
3434
blinded_blob_sidecar::{BlindedBlobSidecar, SignedBlindedBlobSidecar},
35-
blob_sidecar::{
36-
Blob, BlobIdentifier, BlobSidecar, BLOB_TX_TYPE, VERSIONED_HASH_VERSION_KZG,
37-
},
35+
blob_sidecar::{Blob, BlobIdentifier, BlobSidecar, VERSIONED_HASH_VERSION_KZG},
3836
block_processing::{
3937
process_attestation, process_block, process_execution_payload, process_voluntary_exit,
4038
},

0 commit comments

Comments
 (0)