diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-10 22:33:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-10 22:33:04 +0200 |
commit | ddf95c491af05732220ac35c6fb1bea48e6f4050 (patch) | |
tree | 7003f28a16a693c10d71ba2ddd16232491c2fb42 /src/include/taler_exchangedb_plugin.h | |
parent | d01c6fd9028ff766d7604533b30c949e5bec5527 (diff) |
remove unused/unusable coin_sig, return correct coin_pub in recoup-reveal failure context
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 8b4e63cd7..f5e5dccc9 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -373,7 +373,7 @@ struct TALER_EXCHANGEDB_RecoupRefreshListEntry /** * Blinding factor supplied to prove to the exchange that - * the coin came from this reserve. + * the coin came from this @e old_coin_pub. */ struct TALER_DenominationBlindingKeyP coin_blind; |