diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_exchangedb_plugin.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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; +  };  /** | 
