|
|
@ -232,7 +232,7 @@ int32_t dpow_voutstandard(struct dpow_block *bp,uint8_t *serialized,int32_t m,in |
|
|
|
printf("%02x",extras[i]); |
|
|
|
printf(" <- withdraw.%d %08x\n",n,paxwdcrc); |
|
|
|
} |
|
|
|
else if ( Notaries_port != DPOW_SOCKPORT && bp->MoMdepth > 0 && strcmp(bp->destcoin->symbol,"KMD") == 0 ) // only testnets for now
|
|
|
|
else if ( bp->MoMdepth > 0 && strcmp(bp->destcoin->symbol,"KMD") == 0 ) // Notaries_port != DPOW_SOCKPORT &&
|
|
|
|
{ |
|
|
|
n = dpow_paxpending(extras,&paxwdcrc,bp->MoM,bp->MoMdepth); |
|
|
|
//n += iguana_rwbignum(1,&extras[n],sizeof(bp->MoM),bp->MoM.bytes);
|
|
|
|