mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
LCL history request and response. (#59)
Detect and request missing lcl history from another random node. Sending lcl history response to a asked node. Getting lcl history response and applying it. Delete lcl that exceeds max ledger sequence.
This commit is contained in:
@@ -31,6 +31,8 @@ int verify_hex(std::string_view msg, std::string_view sighex, std::string_view p
|
||||
|
||||
std::string get_hash(std::string_view data);
|
||||
|
||||
std::string get_hash(const unsigned char * data, size_t data_length);
|
||||
|
||||
std::string get_hash(std::string_view s1, std::string_view s2);
|
||||
|
||||
} // namespace crypto
|
||||
|
||||
Reference in New Issue
Block a user