diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-05-05 13:41:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-05-05 13:41:32 +0200 |
commit | 76545519c647b66ef99391b503f5d90fd4a43cb4 (patch) | |
tree | cf7fcda13826c5b00dc4e593ab25bf155792be80 /src/exchange-tools | |
parent | 2c05a4b278096a9f222a472c0f022c66ad367059 (diff) |
updating DB schema for new wire history operations and future auditor checks of wire transfers
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-exchange-reservemod.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange-tools/taler-exchange-reservemod.c b/src/exchange-tools/taler-exchange-reservemod.c index 01114a9b1..626499056 100644 --- a/src/exchange-tools/taler-exchange-reservemod.c +++ b/src/exchange-tools/taler-exchange-reservemod.c @@ -95,6 +95,8 @@ run_transaction (const struct TALER_ReservePublicKeyP *reserve_pub, add_value, GNUNET_TIME_absolute_get (), jdetails, + "FIXME", + 5, tdetails); if (GNUNET_SYSERR == ret) { |