Browse Source

Test

etomic
jl777 8 years ago
parent
commit
16e96e1a42
  1. 2
      basilisk/smartaddress.c

2
basilisk/smartaddress.c

@ -30,7 +30,7 @@ int32_t smartaddress_add(struct supernet_info *myinfo,bits256 privkey)
ap->pubkey = curve25519(privkey,curve25519_basepoint9());
calc_rmd160(0,ap->rmd160,ap->pubkey33,33);
}
printf("too many smartaddresses\n");
printf("too many smartaddresses %d vs %d\n",myinfo->numsmartaddrs,(int32_t)(sizeof(myinfo->smartaddrs)/sizeof(*myinfo->smartaddrs)));
return(-1);
}

Loading…
Cancel
Save