diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-03-03 00:35:21 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-03-03 00:35:21 +0100 |
commit | c3b9ebc1effea652e3cdfc93fb6ed5b1cf83826a (patch) | |
tree | fb02e2b2a78ad50cc5e1864484e80620faf1fcae /src/exchangedb/exchangedb_plugin.c | |
parent | 4dea098f54757f618abcfdfd27514bdab281997a (diff) | |
download | exchange-c3b9ebc1effea652e3cdfc93fb6ed5b1cf83826a.tar.gz exchange-c3b9ebc1effea652e3cdfc93fb6ed5b1cf83826a.tar.bz2 exchange-c3b9ebc1effea652e3cdfc93fb6ed5b1cf83826a.zip |
fix format string issue in taler-wire, complete work on #5536 revocation file issue (shift location of revocation file and change content to include denom hash)
Diffstat (limited to 'src/exchangedb/exchangedb_plugin.c')
-rw-r--r-- | src/exchangedb/exchangedb_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchangedb_plugin.c b/src/exchangedb/exchangedb_plugin.c index ec8f25fa..50394c6e 100644 --- a/src/exchangedb/exchangedb_plugin.c +++ b/src/exchangedb/exchangedb_plugin.c @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2015 GNUnet e.V. + Copyright (C) 2015 Taler Systems SA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software |