diff options
| author | Christian Grothoff <christian@grothoff.org> | 2021-11-05 22:22:47 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2021-11-05 22:22:47 +0100 |
| commit | ba627bf84c89ea93a117bce8563b30a3d460e633 (patch) | |
| tree | 0a717d9d51f46dab6d1032a3181b441abcae746a /src/auditor/taler-helper-auditor-reserves.c | |
| parent | ebbc250f8b86de14a5684addade285cb5d1ad9ac (diff) | |
-fixes
Diffstat (limited to 'src/auditor/taler-helper-auditor-reserves.c')
| -rw-r--r-- | src/auditor/taler-helper-auditor-reserves.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-helper-auditor-reserves.c b/src/auditor/taler-helper-auditor-reserves.c index 6a355ea7..52a7b074 100644 --- a/src/auditor/taler-helper-auditor-reserves.c +++ b/src/auditor/taler-helper-auditor-reserves.c @@ -689,7 +689,7 @@ handle_recoup_by_reserve ( const struct TALER_CoinPublicInfo *coin, const struct TALER_DenominationPublicKey *denom_pub, const struct TALER_CoinSpendSignatureP *coin_sig, - const struct TALER_DenominationBlindingKeyP *coin_blind) + const union TALER_DenominationBlindingKeyP *coin_blind) { struct ReserveContext *rc = cls; struct GNUNET_HashCode key; |
