mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Contract execute config flag. (#226)
* Added contract execute flag. Made bin_path optional. * Updated docker cluster default config. * Renamed contract config to hp config.
This commit is contained in:
@@ -23,7 +23,7 @@ namespace p2p
|
||||
util::rollover_hashset recent_peermsg_hashes(200);
|
||||
|
||||
/**
|
||||
* This gets hit every time a peer connects to HP via the peer port (configured in contract config).
|
||||
* This gets hit every time a peer connects to HP via the peer port (configured in config).
|
||||
* @param session connected session.
|
||||
* @return returns 0 if connection is successful and peer challenge is sent otherwise, -1.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user