Browse Source

Test

etomic
jl777 8 years ago
parent
commit
301d4853f4
  1. 4
      .gitignore
  2. 2
      iguana/dpow/dpow_fsm.c

4
.gitignore

@ -125,3 +125,7 @@ iguana/tmp/KMD/0/0/.tmpmarker
iguana/tmp/KMD/peers.txt
iguana/tmp/KMD/RT/.tmpmarker
*.xcworkspacedata
*.xcuserstate

2
iguana/dpow/dpow_fsm.c

@ -126,7 +126,7 @@ int32_t dpow_checkutxo(struct supernet_info *myinfo,struct dpow_info *dp,struct
int32_t haveutxo,completed,minutxo,n; bits256 signedtxid; cJSON *addresses; char *rawtx,*sendtx;
if ( strcmp("BTC",coin->symbol) == 0 )
{
minutxo = 49;
minutxo = 499;
n = 50;
}
else

Loading…
Cancel
Save