Skip to content
Snippets Groups Projects
Commit 4d8a26d8 authored by Vincent Texier's avatar Vincent Texier
Browse files

Merge branch 'bma_params' into 'master'

[enh] BMA: blockchain/parameters: add sigReplay and msPeriod

See merge request !47
parents 78da9469 cddad483
No related branches found
No related tags found
1 merge request!47[enh] BMA: blockchain/parameters: add sigReplay and msPeriod
Pipeline #4068 passed
......@@ -208,12 +208,18 @@ PARAMETERS_SCHEMA = {
"sigQty": {
"type": "number"
},
"sigReplay": {
"type": "number"
},
"xpercent": {
"type": "number"
},
"msValidity": {
"type": "number"
},
"msPeriod": {
"type": "number"
},
"stepMax": {
"type": "number"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment