mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add LeakChecked qualifiers to key classes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
A peer set is used to acquire a ledger or a transaction set.
|
||||
*/
|
||||
class PeerSet
|
||||
class PeerSet : LeakChecked <PeerSet>
|
||||
{
|
||||
public:
|
||||
uint256 const& getHash () const
|
||||
|
||||
Reference in New Issue
Block a user