diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchange_service.h | 4 | ||||
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 | ||||
-rw-r--r-- | src/include/taler_signatures.h | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 7f3436cce..36a23598e 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -1709,9 +1709,9 @@ struct TALER_EXCHANGE_TransferData struct TALER_ExchangeSignatureP exchange_sig; /** - * hash of the wire transfer address the transfer went to + * hash of the payto:// URI the transfer went to */ - struct TALER_MerchantWireHash h_wire; + struct TALER_PaytoHash h_wire; /** * time when the exchange claims to have performed the wire transfer diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 1c5b92589..ac4bd9d86 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -230,7 +230,7 @@ struct TALER_EXCHANGEDB_TableData uint64_t reserve_uuid; struct GNUNET_TIME_Absolute execution_date; struct TALER_WireTransferIdentifierRawP wtid; - uint64_t receiver_account; + uint64_t wire_target_serial_id; struct TALER_Amount amount; struct TALER_Amount closing_fee; } reserves_close; diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index f0da70d4c..56d59767e 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1383,9 +1383,9 @@ struct TALER_WireDepositDataPS struct TALER_MerchantPublicKeyP merchant_pub; /** - * Hash of wire details of the merchant. + * Hash of bank account of the merchant. */ - struct TALER_MerchantWireHash h_wire; + struct TALER_PaytoHash h_payto; /** * Hash of the individual deposits that were aggregated, |