@consensus-tools/consensus-tools 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/cli.ts +1 -1
package/package.json
CHANGED
package/src/cli.ts
CHANGED
|
@@ -1057,7 +1057,7 @@ function resolveSh(): string {
|
|
|
1057
1057
|
'const storage=new JsonStorage(stateFile); await storage.init();',
|
|
1058
1058
|
'const ledger=new LedgerEngine(storage, defaultConfig);',
|
|
1059
1059
|
'const engine=new JobEngine(storage, ledger, defaultConfig);',
|
|
1060
|
-
'const input
|
|
1060
|
+
'const input = {};',
|
|
1061
1061
|
'if (winner) input.manualWinners = [winner];',
|
|
1062
1062
|
'if (subId) input.manualSubmissionId = subId;',
|
|
1063
1063
|
"const actor = winner || 'cli@local';",
|