From cb13afaf54852a531362d08420a1c062f5f32efe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 Oct 2017 20:46:42 +0200 Subject: complete first pass of taler-wre-auditor's wire-out audit logic --- src/include/taler_wire_plugin.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/include/taler_wire_plugin.h') diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h index 4134afc00..29d0c483a 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; -- cgit v1.2.3