From 5e8e89d8c9fd1ba0d256071705108e7e03144356 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 17 Mar 2017 06:10:12 +0200 Subject: [PATCH] Test --- src/komodo_gateway.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 465705a39..38cba956d 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -601,8 +601,8 @@ int32_t komodo_gateway_deposits(CMutableTransaction *txNew,char *base,int32_t to data[len++] = 0; if ( pax != 0 ) { - for (i=0; itxid)[i]); + for (i=0; i<32; i++) + printf("%02x",((uint8_t *)&pax->txid)[32-1-i]); printf(" <- data[%d]\n",len); } opretlen = komodo_opreturnscript(opret,opcode,data,len);