From aa0ffde75a8cb5b81d6d72f47c38a88a77bbc5e7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Nov 2018 03:15:30 -1100 Subject: [PATCH] Second arg --- src/cc/dapps/zmigrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }