Skip to content

Commit

Permalink
N_META = 14, N_META_OUT = 12
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Apr 3, 2024
1 parent f8c1f10 commit 06aa6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mmx/pos/verify.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
namespace mmx {
namespace pos {

static constexpr int N_META = 15;
static constexpr int N_META_OUT = 10;
static constexpr int N_META = 14;
static constexpr int N_META_OUT = 12;
static constexpr int N_TABLE = 9;

static constexpr int META_BYTES = N_META * 4;
Expand Down

0 comments on commit 06aa6c3

Please sign in to comment.