mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Have consensus use the config for validation and use uint160 for peerIDs.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define __VALIDATION__
|
||||
|
||||
#include "SerializedObject.h"
|
||||
#include "NewcoinAddress.h"
|
||||
|
||||
class SerializedValidation : public STObject
|
||||
{
|
||||
@@ -19,7 +20,7 @@ public:
|
||||
SerializedValidation(SerializerIterator& sit, bool checkSignature = true);
|
||||
SerializedValidation(const Serializer& s, bool checkSignature = true);
|
||||
|
||||
SerializedValidation(const uint256& ledgerHash, CKey::pointer nodeKey, bool isFull);
|
||||
SerializedValidation(const uint256& ledgerHash, const NewcoinAddress& naSeed, bool isFull);
|
||||
|
||||
uint256 getLedgerHash() const;
|
||||
NewcoinAddress getSignerPublic() const;
|
||||
|
||||
Reference in New Issue
Block a user