diff options
Diffstat (limited to 'src/extensions')
-rw-r--r-- | src/extensions/policy_brandt_vickrey_auction/policy_brandt_vickrey_auction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extensions/policy_brandt_vickrey_auction/policy_brandt_vickrey_auction.c b/src/extensions/policy_brandt_vickrey_auction/policy_brandt_vickrey_auction.c index daf91ccb..160250a6 100644 --- a/src/extensions/policy_brandt_vickrey_auction/policy_brandt_vickrey_auction.c +++ b/src/extensions/policy_brandt_vickrey_auction/policy_brandt_vickrey_auction.c @@ -170,7 +170,7 @@ parse_transcript (const json_t *jtr, GNUNET_JSON_spec_fixed_auto ("pubkey", &tr->seller_pub), GNUNET_JSON_spec_timestamp ("time_start", &tr->time_start), GNUNET_JSON_spec_relative_time ("time_round", &tr->time_round), - GNUNET_JSON_spec_string ("payto", &tr->payto), + GNUNET_JSON_spec_string ("payto_uri", &tr->payto), GNUNET_JSON_spec_end () }; |