mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Applying configurable thresholds on consensus (#367)
This commit is contained in:
@@ -112,9 +112,14 @@ do
|
||||
bin_path: '$binary', \
|
||||
bin_args: '$binargs', \
|
||||
environment: '', \
|
||||
roundtime: $roundtime, \
|
||||
consensus: 'public', \
|
||||
npl: 'public'
|
||||
consensus: { \
|
||||
...require('./tmp.json').contract.consensus, \
|
||||
mode: 'public', \
|
||||
roundtime: $roundtime \
|
||||
}, \
|
||||
npl: { \
|
||||
mode: 'public' \
|
||||
}\
|
||||
}, null, 2)")
|
||||
|
||||
mesh_json=$(node -p "JSON.stringify({...require('./tmp.json').mesh, \
|
||||
|
||||
Reference in New Issue
Block a user