Browse Source
Merge pull request #889 from jl777/jl777
Max coins -> 255
pass-iguana-arg
jl777
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|