summaryrefslogtreecommitdiff
path: root/design-documents/041-wallet-balance-amount-definitions.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-08 16:51:24 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-08 16:51:24 +0100
commit7d63c95d0f779a2ade14896af9d4b304e038f826 (patch)
treee6b27436f2afecc6ff362ecbd5cedc76f5c24a29 /design-documents/041-wallet-balance-amount-definitions.rst
parent8daac5d9293a6bb7ad80bd646cca211079234e38 (diff)
downloaddocs-7d63c95d0f779a2ade14896af9d4b304e038f826.tar.gz
docs-7d63c95d0f779a2ade14896af9d4b304e038f826.tar.bz2
docs-7d63c95d0f779a2ade14896af9d4b304e038f826.zip
remove reward-related APIs and design considerations
Diffstat (limited to 'design-documents/041-wallet-balance-amount-definitions.rst')
-rw-r--r--design-documents/041-wallet-balance-amount-definitions.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/design-documents/041-wallet-balance-amount-definitions.rst b/design-documents/041-wallet-balance-amount-definitions.rst
index 1c89d634..9943d482 100644
--- a/design-documents/041-wallet-balance-amount-definitions.rst
+++ b/design-documents/041-wallet-balance-amount-definitions.rst
@@ -245,20 +245,6 @@ REFUND
Is there a way that the merchant can initiate a refund of purchase + refund_fee so
the wallet will get the same effective_amount?
-REWARD
- raw amount is the amount that the merchant send as reward
-
- ``instructed_amount`` = reward.amount
-
- ``raw_amount`` = instructed_amount + withdrawal_fee
-
- ``effective_amount`` = instructed_amount
-
- .. note::
- We should not show fee for rewards in the wallet since the merchant is the one choosing
- the exchange and we can assume that those rewards are paid by the merchant.
- So the wallet only care about the effective.
-
Coin selection algorithm
------------------------