aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_auditordb_plugin.h4
-rw-r--r--src/include/taler_wire_plugin.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h
index 08106e21..2d7d4600 100644
--- a/src/include/taler_auditordb_plugin.h
+++ b/src/include/taler_auditordb_plugin.h
@@ -118,9 +118,9 @@ struct TALER_AUDITORDB_WireProgressPoint
uint64_t last_reserve_in_serial_id;
/**
- * last_reserve_out_serial_id serial ID of the last reserve_out the wire auditor processed
+ * last_wire_out_serial_id serial ID of the last wire_out the wire auditor processed
*/
- uint64_t last_reserve_out_serial_id;
+ uint64_t last_wire_out_serial_id;
};
diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h
index 4134afc0..29d0c483 100644
--- a/src/include/taler_wire_plugin.h
+++ b/src/include/taler_wire_plugin.h
@@ -59,7 +59,11 @@ struct TALER_WIRE_TransferDetails
struct GNUNET_TIME_Absolute execution_date;
/**
- * Reserve public key that was encoded in the wire transfer subject
+ * Reserve public key that was encoded in the wire transfer subject.
+ * FIXME: this is incorrect for *outgoing* wire transfers.
+ * Maybe use `struct TALER_WireTransferIdentifierRawP` here instead?
+ * OTOH, we might want to make this even more generic in case of
+ * invalid transfers, so that we can capture those as well!
*/
struct TALER_ReservePublicKeyP reserve_pub;