aboutsummaryrefslogtreecommitdiff
path: root/test_brandt.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-09-11 20:52:11 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-09-11 20:52:21 +0200
commit658cb968460233a04e77d37558275a894e9d345c (patch)
tree978e0b9e753003dd208039dd28a1323e5b4ec594 /test_brandt.c
parentde5ea20b5557870119332842ce3a31d608e0e66c (diff)
downloadlibbrandt-658cb968460233a04e77d37558275a894e9d345c.tar.gz
libbrandt-658cb968460233a04e77d37558275a894e9d345c.zip
public firstprice auction working in test_brandt
Diffstat (limited to 'test_brandt.c')
-rw-r--r--test_brandt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_brandt.c b/test_brandt.c
index b3d9b1e..fb0f2c9 100644
--- a/test_brandt.c
+++ b/test_brandt.c
@@ -169,7 +169,7 @@ run_new_join (void *arg)
169 GNUNET_TIME_UNIT_MINUTES, 169 GNUNET_TIME_UNIT_MINUTES,
170 prizes, /* amount of possible prizes */ 170 prizes, /* amount of possible prizes */
171 0, /* m */ 171 0, /* m */
172 0); 172 1); /* outcome public */
173 if (!ad[bidders]) 173 if (!ad[bidders])
174 { 174 {
175 weprintf ("BRANDT_new() failed."); 175 weprintf ("BRANDT_new() failed.");