mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-06-06 10:16:48 +00:00
Ledger close refactor. (#330)
This commit is contained in:
@@ -135,7 +135,7 @@ namespace sc::hpfs_log_sync
|
||||
std::string target_pubkey;
|
||||
p2p::send_message_to_random_peer(fbuf, target_pubkey, true);
|
||||
if (!target_pubkey.empty())
|
||||
LOG_DEBUG << "Hpfs log sync: Requesting from [" << target_pubkey.substr(2, 10) << "]."
|
||||
LOG_DEBUG << "Hpfs log sync: Requesting from [" << target_pubkey.substr(2, 8) << "]."
|
||||
<< " min:" << sync_ctx.min_log_record.seq_no
|
||||
<< " target:" << sync_ctx.target_log_seq_no;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user