From a0f6cc98bd5081d307df6901d6d2f0ce10e908f5 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Wed, 5 Sep 2012 00:19:59 +0000 Subject: [PATCH] Correct default capabilities to reflect current support --- blktemplate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blktemplate.c b/blktemplate.c index 2f69141..2f19973 100644 --- a/blktemplate.c +++ b/blktemplate.c @@ -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