From 5a630fc3ca23e5e26b546dd2256ddda5a784e5e8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 17 Nov 2016 19:01:47 -0300 Subject: [PATCH] test --- src/komodo_notary.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index 195d8c210..ab18d578d 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -202,6 +202,7 @@ void komodo_notarized_update(struct komodo_state *sp,int32_t nHeight,int32_t not sp->NOTARIZED_DESTTXID = np->notarized_desttxid = notarized_desttxid; } +struct komodo_state *komodo_stateptr(char *symbol,char *dest); int32_t komodo_notarized_height(uint256 *hashp,uint256 *txidp) { char symbol[16],dest[16]; struct komodo_state *sp;