summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-04 14:04:27 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-04 14:04:27 +0200
commitd04769b729a6a7153c76d56ab3764efe2ca28667 (patch)
tree749ca9bbde4b751cca184cb0385d306ba8a2d380 /src/include/taler_exchangedb_plugin.h
parent04c32eafb9194727876469c92b7cbedc008c51ec (diff)
downloadexchange-d04769b729a6a7153c76d56ab3764efe2ca28667.tar.gz
exchange-d04769b729a6a7153c76d56ab3764efe2ca28667.tar.bz2
exchange-d04769b729a6a7153c76d56ab3764efe2ca28667.zip
handle case where purse expiration refunded the coin's deposited amount
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 0bc53e1eb..707ce311f 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1679,6 +1679,11 @@ struct TALER_EXCHANGEDB_PurseDepositListEntry
*/
struct TALER_CoinSpendSignatureP coin_sig;
+ /**
+ * Set to true if the coin was refunded.
+ */
+ bool refunded;
+
};
/**