|
@ -478,7 +478,7 @@ char *dpow_lockunspent(struct supernet_info *myinfo,struct iguana_info *coin,cha |
|
|
return(retstr); |
|
|
return(retstr); |
|
|
} // else printf("%s null retstr from (%s)n",coin->symbol,buf);
|
|
|
} // else printf("%s null retstr from (%s)n",coin->symbol,buf);
|
|
|
} |
|
|
} |
|
|
printf("bitcoind passthfu failed on lock\n", ); |
|
|
printf("bitcoind passthfu failed on lock\n"); |
|
|
return(0); |
|
|
return(0); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -494,7 +494,7 @@ char *dpow_unlockunspent(struct supernet_info *myinfo,struct iguana_info *coin,c |
|
|
return(retstr); |
|
|
return(retstr); |
|
|
} //else printf("%s null retstr from (%s)n",coin->symbol,buf);
|
|
|
} //else printf("%s null retstr from (%s)n",coin->symbol,buf);
|
|
|
} |
|
|
} |
|
|
printf("bitcoind passthfu failed on unlock\n", ); |
|
|
printf("bitcoind passthfu failed on unlock\n"); |
|
|
return(0); |
|
|
return(0); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|