summaryrefslogtreecommitdiff
path: root/src/include/taler_wire_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-12 20:56:16 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-12 20:56:16 +0200
commit7a232a0941461fb7ee638c43a6d6668b4e5eb9bc (patch)
treef92252ca0d63ce637e65e0a9d99df4d4a94e77c7 /src/include/taler_wire_plugin.h
parentcb13afaf54852a531362d08420a1c062f5f32efe (diff)
downloadexchange-7a232a0941461fb7ee638c43a6d6668b4e5eb9bc.tar.gz
exchange-7a232a0941461fb7ee638c43a6d6668b4e5eb9bc.tar.bz2
exchange-7a232a0941461fb7ee638c43a6d6668b4e5eb9bc.zip
add references to Mantis bugs to TODO/FIXME comments in code
Diffstat (limited to 'src/include/taler_wire_plugin.h')
-rw-r--r--src/include/taler_wire_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h
index 29d0c483a..969af3571 100644
--- a/src/include/taler_wire_plugin.h
+++ b/src/include/taler_wire_plugin.h
@@ -60,7 +60,7 @@ struct TALER_WIRE_TransferDetails
/**
* Reserve public key that was encoded in the wire transfer subject.
- * FIXME: this is incorrect for *outgoing* wire transfers.
+ * FIXME (#5077): 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!