Cleanup BucketList Access
stellar-core is the reference implementation for the peer to peer agent that manages the Stellar network
Brought to you by:
liefstorer
Originally created by: SirTyson
Resolves [#3842]
This PR adds additional checks for MODE_ENABLES_BUCKETLIST. I don't think it is actually possible to access some of the modified code paths when MODE_ENABLES_BUCKETLIST == false, but I wanted to stay on the safe side since changes later on could cause these asserts to hit.
clang-format v8.0.0 (via make format or the Visual Studio extension)
Ticket changed by: SirTyson