mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
SHAMap refactoring:
* Rename SHAMapNode to SHAMapNodeID. * Cleanups
This commit is contained in:
committed by
Nik Bougalis
parent
23dc08c925
commit
9dc32cb791
@@ -794,7 +794,7 @@ public:
|
||||
/** A peer has sent us some nodes from a transaction set
|
||||
*/
|
||||
SHAMapAddNode peerGaveNodes (Peer::ptr const& peer
|
||||
, uint256 const& setHash, const std::list<SHAMapNode>& nodeIDs
|
||||
, uint256 const& setHash, const std::list<SHAMapNodeID>& nodeIDs
|
||||
, const std::list< Blob >& nodeData)
|
||||
{
|
||||
auto acq (mAcquiring.find (setHash));
|
||||
|
||||
@@ -71,7 +71,7 @@ public:
|
||||
|
||||
virtual SHAMapAddNode peerGaveNodes (Peer::ptr const& peer,
|
||||
uint256 const & setHash,
|
||||
const std::list<SHAMapNode>& nodeIDs,
|
||||
const std::list<SHAMapNodeID>& nodeIDs,
|
||||
const std::list< Blob >& nodeData) = 0;
|
||||
|
||||
virtual bool isOurPubKey (const RippleAddress & k) = 0;
|
||||
|
||||
Reference in New Issue
Block a user