diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-17 15:46:52 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-17 15:46:52 +0100 |
commit | f930a8c9d07d5331feace2850e181987d7d1a305 (patch) | |
tree | e8678e7a9e7b5fe18d2dad3f7c884738759a2a2f /src/include | |
parent | b74612fc3362e64dcfb7eacad3602025ccfcf5ea (diff) |
simplify further
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_lib.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/taler_exchangedb_lib.h b/src/include/taler_exchangedb_lib.h index b68c0d66c..c850c691e 100644 --- a/src/include/taler_exchangedb_lib.h +++ b/src/include/taler_exchangedb_lib.h @@ -64,17 +64,6 @@ struct TALER_EXCHANGEDB_AccountInfo const char *method; /** - * payto://-URL of the account. - */ - const char *payto_uri; - - /** - * Filename containing the signed /wire response, or NULL - * if not given. - */ - const char *wire_response_filename; - - /** * #GNUNET_YES if this account is enabed to be debited * by the taler-exchange-aggregator. */ |