summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_wallet_get_tip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_wallet_get_tip.c')
-rw-r--r--src/lib/merchant_api_wallet_get_tip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_wallet_get_tip.c b/src/lib/merchant_api_wallet_get_tip.c
index c6a6039d..d1343f9d 100644
--- a/src/lib/merchant_api_wallet_get_tip.c
+++ b/src/lib/merchant_api_wallet_get_tip.c
@@ -100,7 +100,7 @@ handle_wallet_tip_get_finished (void *cls,
&expiration),
GNUNET_JSON_spec_string ("exchange_url",
&exchange_url),
- TALER_JSON_spec_amount ("tip_amount",
+ TALER_JSON_spec_amount_any ("tip_amount",
&amount_remaining),
GNUNET_JSON_spec_end ()
};