Skip to content

Commit 6b610e5

Browse files
committed
[enclave-runtime] fix missing rename of LastSlotSeal
1 parent 82fd33a commit 6b610e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

enclave-runtime/src/top_pool_execution.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ use its_primitives::{
5454
use its_sidechain::{
5555
aura::{proposer_factory::ProposerFactory, Aura, SlotClaimStrategy},
5656
consensus_common::{Environment, Error as ConsensusError, ProcessBlockImportQueue},
57-
slots::{sgx::LastSlotSeal, yield_next_slot, PerShardSlotWorkerScheduler, SlotInfo},
57+
slots::{yield_next_slot, LastSlot, PerShardSlotWorkerScheduler, SlotInfo},
5858
validateer_fetch::ValidateerFetch,
5959
};
6060
use log::*;
@@ -135,7 +135,7 @@ fn execute_top_pool_trusted_calls_internal() -> Result<()> {
135135
slot_beginning_timestamp,
136136
SLOT_DURATION,
137137
latest_parentchain_header,
138-
&mut LastSlotSeal,
138+
&mut LastSlot,
139139
)? {
140140
Some(slot) => {
141141
if slot.duration_remaining().is_none() {

0 commit comments

Comments
 (0)