Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include headers: stdexcept && cstdint #152

Merged
merged 4 commits into from Dec 27, 2023
Merged

include headers: stdexcept && cstdint #152

merged 4 commits into from Dec 27, 2023

Commits on Dec 26, 2023

  1. Update lockedpool.cpp

    Add #include <stdexcept>
    
    Line 103: throw std::runtime_error("Arena: invalid or double free");
    
    Line 328: throw std::runtime_error("LockedPool: invalid address not pointing to any arena");
    Jan committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    83b440a View commit details
    Browse the repository at this point in the history
  2. Update bip32.h

    Include the <cstdint> header for uint32_t
    Jan committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    e9963b4 View commit details
    Browse the repository at this point in the history
  3. Update string.h

    Include the <cstdint> header for uint32_t
    
    Line 92: const std::array<uint8_t, PREFIX_LEN>& prefix)
    Jan committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    f6006c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67935b6 View commit details
    Browse the repository at this point in the history