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)
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)
GNUNET_TIME_UNIT_MINUTES,
prizes, /* amount of possible prizes */
0, /* m */
- 0);
+ 1); /* outcome public */
if (!ad[bidders])
{
weprintf ("BRANDT_new() failed.");