diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_exchangedb_plugin.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 1cef0d2d..8866e6f4 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -552,6 +552,7 @@ struct TALER_EXCHANGEDB_TableData        struct GNUNET_TIME_Timestamp purse_expiration;        struct GNUNET_TIME_Timestamp merge_timestamp;        struct TALER_Amount amount_with_fee; +      struct TALER_Amount wad_fee;        struct TALER_Amount deposit_fees;        struct TALER_ReserveSignatureP reserve_sig;        struct TALER_PurseContractSignatureP purse_sig; | 
