mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Added stage slice config to control stage time allocation. (#310)
This commit is contained in:
@@ -122,8 +122,8 @@ namespace p2p
|
||||
return -1;
|
||||
}
|
||||
|
||||
// Remember the roundtime reported by this peer.
|
||||
session.reported_roundtime = chall.roundtime;
|
||||
// Remember the time config reported by this peer.
|
||||
session.reported_time_config = chall.time_config;
|
||||
|
||||
// Whether this node is a full history node or not.
|
||||
session.is_full_history = chall.is_full_history;
|
||||
|
||||
Reference in New Issue
Block a user