This commit is contained in:
Mihailo Milenkovic
2018-10-29 18:17:30 +01:00
parent 6721141bc0
commit 52bd617b1b
2 changed files with 2 additions and 7 deletions

View File

@@ -690,6 +690,7 @@ char *get_gatewaysmultisig(char *refcoin,char *acname,char *txidaddr,int32_t *K)
{
if ( (hexstr= jstr(retjson,"hex")) != 0 )
hex = clonestr(hexstr);
*K=jint(retjson,"number_of_signs");
free_json(retjson);
}
return(hex);