Skip to content

Commit

Permalink
Merge pull request #93 from nahuhh/pr/tx_proof
Browse files Browse the repository at this point in the history
docs: add warning to tx_proofs
  • Loading branch information
nahuhh authored Nov 22, 2024
2 parents 9d98b4d + 194d23c commit c7b3dcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/interacting/monero-wallet-cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/en/rpc-library/wallet-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c7b3dcc

Please sign in to comment.