diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-02-07 15:09:10 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-02-07 15:09:10 +0100 |
commit | 92246c3e8841978cb8f495c3e2da3deca19d7391 (patch) | |
tree | cda2fb5623f6b544c3f6eb2005c48c0228b551f6 /src/include/taler_crypto_lib.h | |
parent | 8c820b6916841d746475a4f67904272a518a7aa9 (diff) |
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.h | 5 |
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; - }; |