mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-22 19:49:22 +00:00
docs: add warning to tx_proofs
This commit is contained in:
parent
9d98b4d096
commit
194d23c74b
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue