mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Added contract process execution functions. (#6)
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
|
||||
#include <cstdio>
|
||||
#include <iostream>
|
||||
#include <unistd.h>
|
||||
#include "conf.h"
|
||||
#include "crypto.h"
|
||||
#include "proc.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -28,6 +30,11 @@ int main(int argc, char **argv)
|
||||
cerr << "Init error\n";
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (conf::ctx.command == "run")
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
}
|
||||
|
||||
cout << "exited normally\n";
|
||||
|
||||
Reference in New Issue
Block a user