From 1cf907bc7526282a374071f337250575876d8cdb Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 18 Sep 2017 16:13:32 +0200 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 31fb1cb17..138682439 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4497,7 +4497,7 @@ void static ProcessGetData(CNode* pfrom) { uint256 hash; int32_t z; hash = block.GetHash(); - for (z=0; z<32; z++) + for (z=31; z>=0; z--) fprintf(stderr,"%02x",((uint8_t *)&hash)[z]); fprintf(stderr," send block %d\n",komodo_block2height(&block)); pfrom->PushMessage("block", block);