From c089f346da7613fb920d96afed12dda8a4cdbab6 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Tue, 11 Sep 2012 13:07:55 +0000 Subject: [PATCH] Bugfix: Correct internal capnames string array to match enum --- blktemplate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blktemplate.c b/blktemplate.c index 2f19973..dd27788 100644 --- a/blktemplate.c +++ b/blktemplate.c @@ -24,7 +24,8 @@ static const char *capnames[] = { "time/decrement", "transactions/add", "prevblock", - NULL, + "version/force", + "version/reduce", "submit/hash", "submit/coinbase",