diff --git a/src/cc/dapps/zmigrate.c b/src/cc/dapps/zmigrate.c index 4f54908cf..b60f17385 100644 --- a/src/cc/dapps/zmigrate.c +++ b/src/cc/dapps/zmigrate.c @@ -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); }