From d04769b729a6a7153c76d56ab3764efe2ca28667 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 4 Jun 2022 14:04:27 +0200 Subject: handle case where purse expiration refunded the coin's deposited amount --- src/include/taler_exchangedb_plugin.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 0bc53e1e..707ce311 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; + }; /** -- cgit v1.2.3