Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Apr 29, 2023
1 parent 15cbc13 commit f112434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/bitcoin/system/impl/endian/unsafe.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ inline Integral unsafe_from_little_endian(const Byte* data) NOEXCEPT
return native_from_little_end(unsafe_byte_cast<Integral>(data));
}

// Unguarded endian write from byte pointer.
// ----------------------------------------------------------------------------

template <typename Integral, typename Byte,
if_one_byte<Byte>,
Expand Down

0 comments on commit f112434

Please sign in to comment.