From 95e9808026aa1591a813696aa608a7ea3ce81bd4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 18 Oct 2017 23:15:43 +0300 Subject: [PATCH] Add coin to has notarization --- iguana/exchanges/LP_nativeDEX.c | 4 ++-- iguana/iguana_notary.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 2365e1d9c..9037ee0e9 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -22,8 +22,8 @@ // sign critical api calls (pubkey reg, listunspent, orders?) // // process stats.log local file -// handles <-> pubkeys -// deal with offline pubkeys, reputations, etc. +// +// handles <-> pubkeys, deal with offline pubkeys, reputations, bonds etc. // // alice only coins GAME UNO BTM ANC: GAME BTCD PPC RDD XZC POT EAC FTC BASH SPR WDC UNO XPM XCN BELA CHC DIME MEC NAUT MED AUR MAX DGC RIC EB3 DOT BTM GEO ANC CANN ICASH WBB SRC PTC ADZ TIPS EQT START EFL FST FJC NYC GCN // verify portfolio, pricearray, interest to KMD withdraw diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 4e0015366..ed6d93c27 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -110,7 +110,7 @@ int32_t dpow_txhasnotarization(struct supernet_info *myinfo,struct iguana_info * { if ( numnotaries >= DPOW_MIN_ASSETCHAIN_SIGS ) hasnotarization = 1; - printf("numnotaries.%d hasnotarization.%d\n",numnotaries,hasnotarization); + printf("numnotaries.%d %s hasnotarization.%d\n",numnotaries,coin->symbol,hasnotarization); } } }