Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 6e3a7f0

Browse files
committed
Align nonce unlock with epoch 47
1 parent 2b7e736 commit 6e3a7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger/src/shred.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub const SIZE_OF_NONCE_DATA_SHRED_PAYLOAD: usize =
5050
pub const OFFSET_OF_SHRED_SLOT: usize = SIZE_OF_SIGNATURE + SIZE_OF_SHRED_TYPE;
5151
pub const OFFSET_OF_SHRED_INDEX: usize = OFFSET_OF_SHRED_SLOT + SIZE_OF_SHRED_SLOT;
5252
pub const NONCE_SHRED_PAYLOAD_SIZE: usize = PACKET_DATA_SIZE - SIZE_OF_NONCE;
53-
pub const UNLOCK_NONCE_SLOT: Slot = 13_800_000;
53+
pub const UNLOCK_NONCE_SLOT: Slot = 14_780_256;
5454

5555
thread_local!(static PAR_THREAD_POOL: RefCell<ThreadPool> = RefCell::new(rayon::ThreadPoolBuilder::new()
5656
.num_threads(get_thread_count())

0 commit comments

Comments
 (0)