aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/crypto
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-11-01 17:16:36 +0100
committerFlorian Dold <florian@dold.me>2022-11-01 17:26:24 +0100
commit504d9f09b433cec44b7992b8d8d7255760d86aa4 (patch)
tree830833d9377be27910cda79d69f6a38e797a0739 /packages/taler-wallet-core/src/crypto
parentab48d3df6ed738251ffdb8c028ceb0d981534137 (diff)
downloadwallet-core-504d9f09b433cec44b7992b8d8d7255760d86aa4.tar.xz
wallet-core: remove kyc and wad fee
Diffstat (limited to 'packages/taler-wallet-core/src/crypto')
-rw-r--r--packages/taler-wallet-core/src/crypto/cryptoImplementation.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts b/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts
index 892d3fc8f..593574eb7 100644
--- a/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts
+++ b/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts
@@ -896,7 +896,6 @@ export const nativeCryptoR: TalerCryptoInterfaceR = {
.put(timestampRoundedToBuffer(wf.endStamp))
.put(amountToBuffer(wf.wireFee))
.put(amountToBuffer(wf.closingFee))
- .put(amountToBuffer(wf.wadFee))
.build();
const sig = decodeCrock(wf.sig);
const pub = decodeCrock(masterPub);