From 16e96e1a42ae59b4954ab4d6c670dea10aa3d2c4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 7 Mar 2017 21:16:11 +0200 Subject: [PATCH] Test --- basilisk/smartaddress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }