Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
897a7b7fcf
  1. 2
      iguana/iguana777.c

2
iguana/iguana777.c

@ -806,7 +806,7 @@ struct iguana_info *iguana_setcoin(struct supernet_info *myinfo,char *symbol,voi
coin->initialheight = initialheight;
coin->mapflags = mapflags;
coin->protocol = IGUANA_PROTOCOL_BITCOIN;
mult = (strcmp("BTC",coin->symbol) != 0) ? 8 : 8;
mult = (strcmp("BTC",coin->symbol) != 0) ? 8 : 32;
maxval = IGUANA_MAXPENDBUNDLES;
if ( (coin->txfee= jdouble(json,"txfee") * SATOSHIDEN) == 0 )
coin->txfee = 10000;

Loading…
Cancel
Save