Browse Source

Merge pull request #380 from jl777/spvdex

Add coin to has notarization
etomic
jl777 7 years ago
committed by GitHub
parent
commit
8aa5acc262
  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?) // sign critical api calls (pubkey reg, listunspent, orders?)
// //
// process stats.log local file // 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 // 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 // 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 ) if ( numnotaries >= DPOW_MIN_ASSETCHAIN_SIGS )
hasnotarization = 1; hasnotarization = 1;
printf("numnotaries.%d hasnotarization.%d\n",numnotaries,hasnotarization); printf("numnotaries.%d %s hasnotarization.%d\n",numnotaries,coin->symbol,hasnotarization);
} }
} }
} }

Loading…
Cancel
Save