jl777 8 years ago
parent
commit
2b03032671
  1. 5
      iguana/dpow/dpow_tx.c

5
iguana/dpow/dpow_tx.c

@ -380,6 +380,11 @@ void dpow_sigscheck(struct supernet_info *myinfo,struct dpow_info *dp,struct dpo
free(retstr);
retstr = 0;
}
else
{
printf("NULL return from sendrawtransaction. abort\n");
bp->state = 0xffffffff;
}
}
}
}

Loading…
Cancel
Save