summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-27 22:01:48 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-27 22:01:48 +0100
commit9facc2d3811be421f0ad4a2a3b3be4f266efb904 (patch)
tree26f146199e4aec733fd27f0c30e6a54b3b54ec93 /src/include
parent787c56e7e95744852594fc6ad08ae9368b79723a (diff)
downloadexchange-9facc2d3811be421f0ad4a2a3b3be4f266efb904.tar.gz
exchange-9facc2d3811be421f0ad4a2a3b3be4f266efb904.tar.bz2
exchange-9facc2d3811be421f0ad4a2a3b3be4f266efb904.zip
-first sketch for purse delete handler
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 5dcad4f71..5a55b5c93 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -5950,7 +5950,7 @@ struct TALER_EXCHANGEDB_Plugin
void *cls,
const struct TALER_PurseContractPublicKeyP *purse_pub,
const struct TALER_PurseContractSignatureP *purse_sig,
- bool *dediced,
+ bool *decided,
bool *found);