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