mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
NPL message refactor. (#132)
* Implemented feeding and broadcasting npl messages from the contract execution in real-time. * Replaced npl pipe with domain sockets. * Refactored npl read and write in nodejs echo contract
This commit is contained in:
@@ -78,6 +78,7 @@ namespace conf
|
||||
util::create_dir_tree_recursive(ctx.config_dir);
|
||||
util::create_dir_tree_recursive(ctx.hist_dir);
|
||||
util::create_dir_tree_recursive(ctx.state_rw_dir);
|
||||
util::create_dir_tree_recursive(ctx.log_dir);
|
||||
|
||||
//Create config file with default settings.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user