diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-18 18:59:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-18 18:59:53 +0200 |
commit | 12cff1b4439ab5dcc26fcf79e19518ae1bdce069 (patch) | |
tree | b2ba500293a986475a66cde99a8bdb28e84368aa /src/testing/Makefile.am | |
parent | 612828b7ef2299769a5b525a0fbf031858edc4f4 (diff) |
remove coin and reserve histories from exchange replies
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r-- | src/testing/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 957f028d9..3a4f06323 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -100,7 +100,6 @@ libtalertesting_la_SOURCES = \ testing_api_cmd_reserve_history.c \ testing_api_cmd_reserve_open.c \ testing_api_cmd_reserve_purse.c \ - testing_api_cmd_reserve_status.c \ testing_api_cmd_revoke.c \ testing_api_cmd_revoke_denom_key.c \ testing_api_cmd_revoke_sign_key.c \ |