From 35cccb12bd5e81fdd49bb317ffbd3265d54a38d8 Mon Sep 17 00:00:00 2001 From: relativistic electron Date: Sun, 23 Aug 2020 10:23:42 +0200 Subject: [PATCH] Added hint about pruned blocks. --- reference/rpc/gettxoutproof.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/rpc/gettxoutproof.rst b/reference/rpc/gettxoutproof.rst index c5af663..fcad569 100644 --- a/reference/rpc/gettxoutproof.rst +++ b/reference/rpc/gettxoutproof.rst @@ -9,9 +9,10 @@ gettxoutproof Returns a hex-encoded proof that "txid" was included in a block. NOTE: By default this function only works sometimes. This is when there is an -unspent output in the utxo for this transaction. To make it always work, -you need to maintain a transaction index, using the -txindex command line option or -specify the block in which the transaction is included manually (by blockhash). +unspent output in the utxo for this transaction and the corresponding block was not +pruned. To make it always work, you need to maintain a transaction index, using the +-txindex command line option or specify the block in which the transaction is +included manually (by blockhash). Argument #1 - txids ~~~~~~~~~~~~~~~~~~~