From b1287211ce49ec1ad9db5794d69e7f24c966d89b Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 9 Jun 2018 02:43:44 -1100 Subject: [PATCH] #define LP_MAXPRICEINFOS 512 --- iguana/exchanges/LP_include.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_include.h b/iguana/exchanges/LP_include.h index 9d40d2615..78cc6f036 100644 --- a/iguana/exchanges/LP_include.h +++ b/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 256 +#define LP_MAXPRICEINFOS 512 struct LP_pubkey_info { UT_hash_handle hh;