mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Change epoch milliseconds return type to uint64_t. (#155)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace sc
|
||||
{
|
||||
const int MAX_SEQ_PACKET_SIZE = 128 * 1024;
|
||||
const uint32_t MAX_SEQ_PACKET_SIZE = 128 * 1024;
|
||||
bool init_success = false;
|
||||
|
||||
// We maintain two hpfs global processes for merging and rw sessions.
|
||||
|
||||
Reference in New Issue
Block a user