From 54079372af9af3c26050486f4b4e62af697dadcf Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 9 Jun 2018 03:12:28 -1100 Subject: [PATCH] Max coins -> 255 --- 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 78cc6f036..086118a0b 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 512 +#define LP_MAXPRICEINFOS 255 struct LP_pubkey_info { UT_hash_handle hh;