Skip to content

Commit

Permalink
Make settings virtual.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Feb 11, 2024
1 parent 77c0121 commit 29430af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/bitcoin/protocol/settings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ namespace protocol {
/// Common protocol configuration settings, properties not thread safe.
struct BCP_API settings
{
DEFAULT_COPY_MOVE_DESTRUCT(settings);

settings() NOEXCEPT;
settings(uint32_t send_high_water, uint32_t receive_high_water) NOEXCEPT;

Expand Down

0 comments on commit 29430af

Please sign in to comment.