Correct default capabilities to reflect current support

This commit is contained in:
Luke Dashjr
2012-09-05 00:19:59 +00:00
parent 6d5b33f540
commit a0f6cc98bd

View File

@@ -59,7 +59,7 @@ gbt_capabilities_t blktmpl_addcaps(const blktemplate_t *tmpl) {
// For now, it's a simple "filled" vs "not filled"
if (tmpl->version)
return 0;
return GBT_CBTXN | GBT_WORKID | BMM_CBAPPEND | BMM_CBSET | BMM_TIMEINC | BMM_TIMEDEC;
return GBT_CBTXN | GBT_WORKID | BMM_TIMEINC;
}
static