From aacc96f83e1cd1373aebfaf48a92375d6125702e Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 9 Dec 2016 12:35:25 +0200 Subject: [PATCH] test --- src/komodo_gateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 6a7b8f8e6..0b89ad0d8 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -273,7 +273,7 @@ uint64_t komodo_paxtotal() bitcoin_address(coinaddr,addrtype,rmd160,20); checktoshis = komodo_paxprice(&seed,pax->height,pax->source,(char *)"KMD",(uint64_t)pax->fiatoshis); - printf("got WITHDRAW.%s kmd.%d ht.%d %.8f -> %.8f/%.8f\n",pax->source,pax->height,pax->otherheight,dstr(pax->fiatoshis),dstr(pax->komodoshis),dstr(checktoshs)); + printf("got WITHDRAW.%s kmd.%d ht.%d %.8f -> %.8f/%.8f\n",pax->source,pax->height,pax->otherheight,dstr(pax->fiatoshis),dstr(pax->komodoshis),dstr(checktoshis)); } } }