Skip to content

Commit

Permalink
Merge pull request #1966 from BeamMW/Maxnflaxl-patch-1
Browse files Browse the repository at this point in the history
Update contract.h
  • Loading branch information
valdok authored Mar 26, 2024
2 parents 786b7da + 93bb6ba commit 7a2d3e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bvm/Shaders/minter/contract.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace Minter
{
static const uint32_t s_iMethod = 2;

Token m_Result; // seto to 0 if no such token
Token m_Result; // set to 0 if no such token
};

struct CreateToken :public Base
Expand Down
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 7a2d3e0

Please sign in to comment.