mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Ledger close refactor. (#330)
This commit is contained in:
@@ -285,7 +285,7 @@ namespace comm
|
||||
if (challenge_status == comm::CHALLENGE_STATUS::CHALLENGE_VERIFIED)
|
||||
{
|
||||
// Sessions use pubkey hex as unique id (skipping first 2 bytes key type prefix).
|
||||
return uniqueid.substr(2, 10) + (is_inbound ? ":in" : ":out");
|
||||
return uniqueid.substr(2, 8) + (is_inbound ? ":in" : ":out");
|
||||
}
|
||||
|
||||
return uniqueid + (is_inbound ? ":in" : ":out");
|
||||
|
||||
Reference in New Issue
Block a user