Skip to content

Commit

Permalink
TB sync
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Nov 21, 2023
1 parent 44ce86f commit 6c66869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tb_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ template <typename T>
concept tb_integral =
std::is_integral_v<T> && sizeof(T) == sizeof(tb_uint128_t);

constexpr size_t MAX_MESSAGE_SIZE = (1024 * 1024) - 128;
constexpr size_t MAX_MESSAGE_SIZE = (1024 * 1024) - 256;
template <std::size_t N> using accountID = std::array<tb_uint128_t, N>;
template <std::size_t N> using transferID = std::array<tb_uint128_t, N>;
template <std::size_t N> using transfer = std::array<tb_transfer_t, N>;
Expand Down

0 comments on commit 6c66869

Please sign in to comment.