diff options
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index c514a9430..2d0e8bb37 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1192,10 +1192,9 @@ struct TALER_PaybackConfirmationPS struct TALER_CoinSpendPublicKeyP coin_pub; /** - * Hash (!) of the wire transfer subject that the exchange - * will use. Hash excludes the 0-terminator. + * Public key of the reserve that will receive the payback. */ - struct GNUNET_HashCode h_wire_subject; + struct TALER_ReservePublicKeyP reserve_pub; }; |