Browse Source

Add coin to has notarization

etomic
jl777 7 years ago
parent
commit
95e9808026
  1. 4
      iguana/exchanges/LP_nativeDEX.c
  2. 2
      iguana/iguana_notary.c

4
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

2
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);
}
}
}

Loading…
Cancel
Save