Browse Source

successfully built in Arch Linux with gcc12

pull/282/head
jahway603 1 year ago
parent
commit
e1d6f7dd0e
  1. 2
      src/hush_bitcoind.h

2
src/hush_bitcoind.h

@ -505,7 +505,7 @@ int32_t hush_verifynotarization(char *symbol,char *dest,int32_t height,int32_t N
{
if ( (json= cJSON_Parse(jsonstr)) != 0 )
{
if ( (txjson= jobj(json,(char *)"result")) != 0 && (vouts= jarray(&n,txjson,(char *)"vout")) > 0 )
if ( (txjson= jobj(json,(char *)"result")) != 0 && (vouts= jarray(&n,txjson,(char *)"vout")) != 0 )
{
vout = jitem(vouts,n-1);
if ( 0 && SMART_CHAIN_SYMBOL[0] != 0 )

Loading…
Cancel
Save