diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index e55714f42..28f7a0c51 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -440,7 +440,7 @@ jpg(srcfile, destfile, power2=7, password, data="", required, ind=0)\n\ #ifndef NOTETOMIC else if ( strcmp(method,"eth_gas_price") == 0 ) { - return LP_eth_gas_price(ptr); + return LP_eth_gas_price(); } #endif else if ( (retstr= LP_istradebots_command(ctx,pubsock,method,argjson)) != 0 )