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:
@@ -11,7 +11,7 @@ namespace jusrmsg = msg::usrmsg::json;
|
||||
namespace usr
|
||||
{
|
||||
/**
|
||||
* This gets hit every time a client connects to HP via the public port (configured in contract config).
|
||||
* This gets hit every time a client connects to HP via the public port (configured in config).
|
||||
* @param session connected session.
|
||||
* @return returns 0 if connection is successful and user challenge is sent, otherwise -1.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user