From 2f25202ed084b01afef744384a03e8dee7be51df Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Tue, 11 Sep 2012 15:05:21 +0000 Subject: [PATCH] Invert "bits" in testinput.c to restore nonce found --- testinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testinput.c b/testinput.c index 0b7f898..540c7a6 100644 --- a/testinput.c +++ b/testinput.c @@ -29,7 +29,7 @@ const char *blkmaker_test_input = "\"curtime\": 1346886758," "\"mutable\": [\"coinbase/append\"]," "\"sizelimit\": 1000000," - "\"bits\": \"1d00ffff\"" + "\"bits\": \"ffff001d\"" "}," "\"id\": 2," "\"error\": null"