mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Poll-based contract output reading. (#172)
This commit is contained in:
@@ -22,7 +22,7 @@ class HotPocketContract {
|
||||
const argsJson = fs.readFileSync(0, 'utf8');
|
||||
const hpargs = JSON.parse(argsJson);
|
||||
|
||||
this.#controlChannel = new ControlChannel(hpargs.hpfd);
|
||||
this.#controlChannel = new ControlChannel(hpargs.controlfd);
|
||||
this.#executeContract(hpargs, contractFunc);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user