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:
Ravin Perera
2021-01-22 14:33:07 +05:30
committed by GitHub
parent eef6448f08
commit 610b67cec0
10 changed files with 67 additions and 52 deletions

View File

@@ -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.
*/