Skip to content

Commit

Permalink
Merge pull request libbitcoin#376 from evoskuil/master
Browse files Browse the repository at this point in the history
Set maximum protocol level to bip130.
  • Loading branch information
evoskuil authored Feb 27, 2024
2 parents ccdd99b + 187a08a commit 5cdc68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bitcoin/network/messages/enums/level.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ enum level: uint32_t
minimum_protocol = address_time,

/// We support at most this internally (bound to settings default).
maximum_protocol = bip157
maximum_protocol = bip130
};

} // namespace messages
Expand Down

0 comments on commit 5cdc68c

Please sign in to comment.