diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-04-12 16:35:05 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-04-12 16:35:05 +0200 |
commit | 2299b8b1935fb5fe8514315a0db7f6e724a96a5a (patch) | |
tree | 83d2121fa1be18efc9000c2e4c7d122fc55648be /src/lib | |
parent | 3893afa49c689288734bfee9091afc1010ae4f11 (diff) |
-draft for purse merge command
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/exchange_api_purse_create_with_deposit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/exchange_api_purse_create_with_deposit.c b/src/lib/exchange_api_purse_create_with_deposit.c index f5871fa34..48b9aad78 100644 --- a/src/lib/exchange_api_purse_create_with_deposit.c +++ b/src/lib/exchange_api_purse_create_with_deposit.c @@ -265,6 +265,7 @@ TALER_EXCHANGE_purse_create_with_deposit ( pch->exchange = exchange; pch->cb = cb; pch->cb_cls = cb_cls; + // FIXME: get expiration from pay deadline of contract? pch->purse_expiration = purse_expiration; { struct GNUNET_JSON_Specification spec[] = { |