Second arg

This commit is contained in:
jl777
2018-11-25 03:15:30 -11:00
parent abeee60fe3
commit aa0ffde75a

View File

@@ -830,7 +830,7 @@ int32_t have_pending_opid(char *coinstr,int32_t clearresults)
}
else if ( clearresults != 0 )
{
if ( (result= z_getoperationresult(coinstr,jstri(array,i))) != 0 )
if ( (result= z_getoperationresult(coinstr,"",jstri(array,i))) != 0 )
{
free_json(result);
}