Skip to content

Commit 16c33cd

Browse files
committed
Modified taggedpointer boundary size
1 parent 11edaa4 commit 16c33cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xrpld/shamap/detail/TaggedPointer.ipp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ namespace {
3535
// element must be the number of children in a dense array.
3636
constexpr std::array<std::uint8_t, 4> boundaries{
3737
2,
38-
4,
39-
6,
38+
3,
39+
5,
4040
SHAMapInnerNode::branchFactor};
4141
static_assert(
4242
boundaries.size() <= 4,

0 commit comments

Comments
 (0)