From 828ea6ec2491cc6b1798c2fac89d6df800255b13 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 23 Oct 2016 18:42:30 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index a4e9127d9..3285c687a 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -450,7 +450,7 @@ int32_t komodo_notarizeddata(int32_t nHeight,uint256 *notarized_hashp,uint256 *n *notarized_hashp = np->notarized_hash; *notarized_btctxidp = np->notarized_btctxid; return(np->notarized_height); - } + } memset(notarized_hashp,0,sizeof(*notarized_hashp)); return(0); }