From 04c32eafb9194727876469c92b7cbedc008c51ec Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 Jun 2022 21:55:21 +0200 Subject: -work on P2P payment details --- src/include/taler_exchangedb_plugin.h | 6 ++++++ 1 file changed, 6 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 8866e6f46..0bc53e1eb 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1144,6 +1144,12 @@ struct TALER_EXCHANGEDB_PurseMerge */ enum TALER_WalletAccountMergeFlags flags; + /** + * true if the purse was actually successfully merged, + * false if the @e purse_fee was charged but the + * @e amount was not credited to the reserve. + */ + bool merged; }; -- cgit v1.2.3