From 1f6c8d0c33e054723115333d94d634a16ddaa7c2 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Wed, 5 Oct 2022 19:26:04 +0200 Subject: refactor h_extensions -> h_policy, and structs accordingly --- .../policy_brandt_vickrey_auction/policy_brandt_vickrey_auction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extensions') 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 () }; -- cgit v1.2.3