Skip to content

Commit

Permalink
fix true_lowest() for uint128[2] index
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Aug 20, 2024
1 parent 9fb5719 commit c302253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ namespace eosio { namespace chain {
using value_type = std::array<uint128_t, N>;

static value_type true_lowest() {
value_type arr;
value_type arr = {};
return arr;
}

Expand Down

0 comments on commit c302253

Please sign in to comment.