From ad343059427a20ad091d384fc430b631feae70cc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 21 Jul 2019 12:20:45 +0200 Subject: expose blinding key in refresh-reveal API in preparation for #5777 --- src/include/taler_testing_lib.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/include/taler_testing_lib.h') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index a421cf43..beb28f7a 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1950,8 +1950,6 @@ TALER_TESTING_get_trait_uint /** * Information about a fresh coin generated by the refresh * operation. FIXME: should go away from here! - * - * FIXME: should be renamed, easily confused with `struct TALER_FreshCoin`! */ struct TALER_TESTING_FreshCoinData { @@ -1973,6 +1971,12 @@ struct TALER_TESTING_FreshCoinData * Set (by the interpreter) to the coin's private key. */ struct TALER_CoinSpendPrivateKeyP coin_priv; + + /** + * The blinding key (needed for payback operations). + */ + struct TALER_DenominationBlindingKeyP blinding_key; + }; -- cgit v1.2.3