Skip to content

Commit

Permalink
fix(task_manager): add blob proof type field
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Jul 2, 2024
1 parent 867cc55 commit 52b767d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion task_manager/tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mod tests {
use rand::{Rng, SeedableRng};
use rand_chacha::ChaCha8Rng;

use raiko_lib::primitives::B256;
use raiko_lib::{input::BlobProofType, primitives::B256};
use raiko_task_manager::{
get_task_manager, EnqueueTaskParams, TaskManager, TaskManagerOpts, TaskStatus,
};
Expand Down Expand Up @@ -44,6 +44,7 @@ mod tests {
prover,
proof_type,
prover_args,
blob_proof_type: BlobProofType::ProofOfEquivalence,
},
)
}
Expand Down

0 comments on commit 52b767d

Please sign in to comment.