summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-07 15:09:10 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-07 15:09:10 +0100
commit92246c3e8841978cb8f495c3e2da3deca19d7391 (patch)
treecda2fb5623f6b544c3f6eb2005c48c0228b551f6 /src/include/taler_crypto_lib.h
parent8c820b6916841d746475a4f67904272a518a7aa9 (diff)
downloadexchange-92246c3e8841978cb8f495c3e2da3deca19d7391.tar.gz
exchange-92246c3e8841978cb8f495c3e2da3deca19d7391.tar.bz2
exchange-92246c3e8841978cb8f495c3e2da3deca19d7391.zip
remove transaction_id, only one payment per proposal allowed
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index ecdb2e3b0..c5ddeb0f7 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -380,11 +380,6 @@ struct TALER_TrackTransferDetails
*/
struct TALER_Amount coin_fee;
- /**
- * Merchant's transaction identifier.
- */
- uint64_t transaction_id;
-
};