Switch blob tx type to 0x03 (#4186)

This commit is contained in:
Jimmy Chen
2023-04-20 13:58:49 -04:00
committed by GitHub
parent 9dee718153
commit 2d083436c8
+1 -1
View File
@@ -34,6 +34,6 @@ pub mod deneb {
.expect("should initialize BLS_MODULUS");
pub static ref MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS: Epoch = Epoch::from(4096_u64);
}
pub const BLOB_TX_TYPE: u8 = 5;
pub const BLOB_TX_TYPE: u8 = 3;
pub const VERSIONED_HASH_VERSION_KZG: u8 = 1;
}