This commit is contained in:
jl777
2019-07-05 23:58:16 -11:00
parent 21932cbbd5
commit a04b17f8df
3 changed files with 7 additions and 5 deletions

View File

@@ -401,6 +401,7 @@ UniValue NSPV_broadcast(char *hex)
}
free(msg);
memset(&B,0,sizeof(B));
B.retcode = -2;
return(NSPV_broadcast_json(&B));
}