We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb5776 commit 9be6a8aCopy full SHA for 9be6a8a
1 file changed
magicblock-committor-service/src/tasks/mod.rs
@@ -162,12 +162,6 @@ impl CommitTask {
162
}
163
164
165
- pub fn is_commit_diff(&self) -> bool {
166
- self.committed_account.account.data.len()
167
- > CommitTask::COMMIT_STATE_SIZE_THRESHOLD
168
- && self.base_account.is_some()
169
- }
170
-
171
pub fn switch_to_buffer_strategy(mut self) -> Self {
172
self.strategy = TaskStrategy::Buffer;
173
self
0 commit comments