diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-09 11:36:51 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-09 11:36:51 +0200 |
commit | eadd518939a4dde5288c5b7054fd27c5668e5620 (patch) | |
tree | c2af45934e2079788032b01314f9e3cfbae4812d /src/mint-lib/test_mint_api.c | |
parent | a84a9b4fb42cfe50f54d392bcc3b0dfa31712a47 (diff) |
rudimentary support for /withdraw/status
Diffstat (limited to 'src/mint-lib/test_mint_api.c')
-rw-r--r-- | src/mint-lib/test_mint_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c index 6a8895fdb..812ad27e0 100644 --- a/src/mint-lib/test_mint_api.c +++ b/src/mint-lib/test_mint_api.c @@ -23,7 +23,7 @@ * TODO: * - enhance interpreter to allow for testing of failure conditions * (i.e. double-spending, insufficient funds on withdraw) - * - add command for /withdraw/status + * - add checks for /withdraw/status */ #include "platform.h" #include "taler_util.h" |