Browse Source

Disable unspents cache

patch-3
jl777 7 years ago
parent
commit
de7b325ef3
  1. 1
      iguana/exchanges/LP_socket.c

1
iguana/exchanges/LP_socket.c

@ -619,6 +619,7 @@ cJSON *electrum_address_listunspent(char *symbol,struct electrum_info *ep,cJSON
else if ( G.LP_pendingswaps != 0 && time(NULL) > ap->unspenttime+13 )
usecache = 0;
}
usecache = 0; // disable unspents cache
if ( usecache == 0 || electrumflag > 1 )
{
if ( strcmp(symbol,"BCH") == 0 )

Loading…
Cancel
Save