diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-15 00:01:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-15 00:01:45 +0200 |
commit | 39640c33395744bfa3679ea6923b46ef6881e315 (patch) | |
tree | 08497479857f3b274db411088c52c1d78856c4c2 /src/exchange-tools | |
parent | a8ec6818bb236e883da753ab7290a22c9f773fae (diff) |
towards testing #4960
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-exchange-offline.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange-tools/taler-exchange-offline.c b/src/exchange-tools/taler-exchange-offline.c index d6245b3ff..6dcc9d5cf 100644 --- a/src/exchange-tools/taler-exchange-offline.c +++ b/src/exchange-tools/taler-exchange-offline.c @@ -3056,6 +3056,8 @@ do_drain (char *const *args) account_section), GNUNET_JSON_pack_string ("payto_uri", payto_uri), + TALER_JSON_pack_amount ("amount", + &amount), GNUNET_JSON_pack_timestamp ("date", date), GNUNET_JSON_pack_data_auto ("master_sig", |