From 772c13de095ba8470f9082dac120de3ae1e9fd58 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 13 Dec 2016 13:14:18 +0200 Subject: [PATCH] test --- src/komodo_gateway.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index afb529600..00b4956a0 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -275,7 +275,10 @@ uint64_t komodo_paxtotal() if ( (checktoshis= komodo_paxprice(&seed,pax->height,pax->source,(char *)"KMD",(uint64_t)pax->fiatoshis)) != 0 ) { if ( checktoshis != pax->komodoshis ) + { pax->marked = pax->height; + printf("WITHDRAW mark <- %d %.8f != %.8f\n",pax->height,dstr(checktoshis),dstr(pax->komodoshis)); + } else if ( pax->validated == 0 ) { pax->validated = pax->komodoshis;