From 194d23c74b63f0266da7450c2477c0b1147dbdab Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Wed, 6 Nov 2024 23:17:39 +0000 Subject: [PATCH] docs: add warning to tx_proofs --- docs/en/interacting/monero-wallet-cli-reference.md | 3 +++ docs/en/rpc-library/wallet-rpc.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/en/interacting/monero-wallet-cli-reference.md b/docs/en/interacting/monero-wallet-cli-reference.md index 8e6405a..7b17382 100644 --- a/docs/en/interacting/monero-wallet-cli-reference.md +++ b/docs/en/interacting/monero-wallet-cli-reference.md @@ -254,6 +254,9 @@ Use `help command_name` to learn more. ### Proofs +!!! warning + Transaction proofs (check_tx_key(), InProofs/OutProofs) do not guarantee that funds associated with a proof are spendable. They could be permanently time locked, already spent, or burnt due to duplication of one-time addresses. See [here :link:{title=GitHub}](https://github.com/monero-project/monero/issues/8819#issue-1656289739) + `get_reserve_proof` -> `check_reserve_proof` - prove the balance `get_spend_proof` -> `check_spend_proof` - prove you made the payment diff --git a/docs/en/rpc-library/wallet-rpc.md b/docs/en/rpc-library/wallet-rpc.md index 0a6a4d1..3693e64 100644 --- a/docs/en/rpc-library/wallet-rpc.md +++ b/docs/en/rpc-library/wallet-rpc.md @@ -359,6 +359,9 @@ $ curl -X POST http://127.0.0.1:18088/json_rpc -d '{"jsonrpc":"2.0","id":"0","me Prove a transaction by checking its signature. +!!! warning + Transaction proofs (check_tx_key(), InProofs/OutProofs) do not guarantee that funds associated with a proof are spendable. They could be permanently time locked, already spent, or burnt due to duplication of one-time addresses. See [here :link:{title=GitHub}](https://github.com/monero-project/monero/issues/8819#issue-1656289739) + Alias: _None_. Inputs: