Skip to content

Commit

Permalink
Update bvm2.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxnflaxl authored Mar 25, 2024
1 parent ccf744b commit 93bb6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bvm/bvm2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace bvm2 {
{
Blake2b(const void* pPersonal, uint32_t nPersonal, uint32_t nResultSize)
{
BEAM_VERIFY(Init(pPersonal, nPersonal, nResultSize)); // should no fail with internally specified params
BEAM_VERIFY(Init(pPersonal, nPersonal, nResultSize)); // should not fail with internally specified params
}
};
};
Expand Down

0 comments on commit 93bb6ba

Please sign in to comment.