We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c8770 commit acc73bcCopy full SHA for acc73bc
barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.cpp
@@ -699,7 +699,7 @@ ClientIVC::Proof ClientIVC::Proof::from_file_msgpack(const std::string& filename
699
ClientIVC::VerificationKey ClientIVC::get_vk() const
700
{
701
BB_ASSERT_EQ(verification_queue.size(), 1UL);
702
- BB_ASSERT(verification_queue.front().type == QUEUE_TYPE::MEGA, true);
+ BB_ASSERT_EQ(verification_queue.front().type == QUEUE_TYPE::MEGA, true);
703
auto verification_key = verification_queue.front().honk_vk;
704
return { verification_key,
705
std::make_shared<ECCVMVerificationKey>(),
0 commit comments