Browse Source

Merge pull request #889 from jl777/jl777

Max coins -> 255
pass-iguana-arg
jl777 7 years ago
committed by GitHub
parent
commit
c487a02a02
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      iguana/exchanges/LP_include.h

2
iguana/exchanges/LP_include.h

@ -428,7 +428,7 @@ struct LP_swapstats
struct LP_pubswap { struct LP_pubswap *next,*prev; struct LP_swapstats *swap; };
#define LP_MAXPRICEINFOS 512
#define LP_MAXPRICEINFOS 255
struct LP_pubkey_info
{
UT_hash_handle hh;

Loading…
Cancel
Save