Test
This commit is contained in:
@@ -494,10 +494,12 @@ void jumblr_zaddrinit(char *zaddr)
|
|||||||
ptr->amount = (total * SATOSHIDEN);
|
ptr->amount = (total * SATOSHIDEN);
|
||||||
ptr->status = 1;
|
ptr->status = 1;
|
||||||
strcpy(ptr->dest,zaddr);
|
strcpy(ptr->dest,zaddr);
|
||||||
|
if ( jumblr_addresstype(ptr->dest) != 'z' )
|
||||||
|
printf("error setting dest type to Z: %s\n",jprint(item,0));
|
||||||
if ( jumblr_numvins(txid) == 0 )
|
if ( jumblr_numvins(txid) == 0 )
|
||||||
{
|
{
|
||||||
z_z = 1;
|
z_z = 1;
|
||||||
strcpy(ptr->src,"zcaddr");
|
strcpy(ptr->src,zaddr);
|
||||||
if ( jumblr_addresstype(ptr->src) != 'z' )
|
if ( jumblr_addresstype(ptr->src) != 'z' )
|
||||||
printf("error setting address type to Z: %s\n",jprint(item,0));
|
printf("error setting address type to Z: %s\n",jprint(item,0));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user