diff --git a/basilisk/smartaddress.c b/basilisk/smartaddress.c index bfcaf50e8..66e54590d 100755 --- a/basilisk/smartaddress.c +++ b/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); }