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_socket.c
|
|
@ -576,7 +576,7 @@ cJSON *electrum_hasharg(char *symbol,struct electrum_info *ep,cJSON **retjsonp,c |
|
|
|
char params[128],str[65]; cJSON *retjson; |
|
|
|
if ( retjsonp == 0 ) |
|
|
|
retjsonp = &retjson; |
|
|
|
sprintf(params,"[\"%s\", true]",bits256_str(str,arg)); |
|
|
|
sprintf(params,"[\"%s\"]",bits256_str(str,arg)); |
|
|
|
return(electrum_submit(symbol,ep,retjsonp,method,params,timeout)); |
|
|
|
} |
|
|
|
|
|
|
|