From bd08718ae870016189d6feaa4c9ef2958990b7f3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 6 Apr 2018 12:41:48 +0300 Subject: [PATCH] Test --- src/komodo_notary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index 6b75a39d5..a1b5aaadd 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -486,7 +486,7 @@ void komodo_notarized_update(struct komodo_state *sp,int32_t nHeight,int32_t not } if ( (ht= komodo_notarizeddata(notarized_height,&hash,&desttxid)) > 0 ) { - fprintf(stderr,"komodo_notarized_update %d already there ht.%d hash %s vs %s\n",notarized_height,ht,hash.ToString().cstr(),desttxid.ToString().cstr()); + fprintf(stderr,"komodo_notarized_update %d already there ht.%d hash %s vs %s\n",notarized_height,ht,hash.ToString().c_str(),desttxid.ToString().c_str()); } else {