[Talleo] Discard block templates with 0 transactions starting from height 10000.
This commit is contained in:
@@ -73,6 +73,10 @@ function runInterval () {
|
|||||||
callback(null)
|
callback(null)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
if (config.coin == 'talleo' && res.result.height >= 10000 && res.result.num_transactions == 0) {
|
||||||
|
callback(null)
|
||||||
|
return
|
||||||
|
}
|
||||||
process.send({
|
process.send({
|
||||||
type: 'BlockTemplate',
|
type: 'BlockTemplate',
|
||||||
block: res.result
|
block: res.result
|
||||||
|
|||||||
Reference in New Issue
Block a user