From 344d3b55e09d325db5b44b91b1b6f1c78851ee1d Mon Sep 17 00:00:00 2001 From: 0xPraedico Date: Sat, 16 Nov 2024 10:36:40 +0100 Subject: [PATCH] remove slot_epoch usage --- svm/executor/src/mock/fork_graph.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/svm/executor/src/mock/fork_graph.rs b/svm/executor/src/mock/fork_graph.rs index e968fd6..8f72387 100644 --- a/svm/executor/src/mock/fork_graph.rs +++ b/svm/executor/src/mock/fork_graph.rs @@ -15,7 +15,5 @@ impl ForkGraph for MockForkGraph { } } - fn slot_epoch(&self, _slot: Slot) -> Option { - Some(0) - } + }