Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow RECEIVER wallet to also produce a payment proof #1974

Open
dbadol opened this issue May 23, 2024 · 0 comments
Open

Allow RECEIVER wallet to also produce a payment proof #1974

dbadol opened this issue May 23, 2024 · 0 comments

Comments

@dbadol
Copy link
Contributor

dbadol commented May 23, 2024

Current situation
As of today, only the sender of a transaction can produce a payment proof. However, both sender and receiver have the same information about the transaction and there could be cases where the receiver wants to produce the payment proof.

Solution we propose
Allow the RECEIVER of a transaction to produce a payment proof for that transaction.

Remarks

  • As @valdok explained the above is technically possible. But the receiver would need to have stored everything it needs about the transaction (in particular the signature).
  • Once implemented, this feature will imply adding the payment proof option to GUI wallets.
  • The "Payment proof" as used above would be better decribed as "Transaction proof". We might thus also want to update its name in the GUI...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant