From 41c616214c45b46fcf260fb4a260c0eb65240d30 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 15 Dec 2016 14:30:40 +1300 Subject: [PATCH] Update payment API docs to recommend -rescan for fixing witness errors --- doc/payment-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/payment-api.md b/doc/payment-api.md index ccbb5725c..3560add64 100644 --- a/doc/payment-api.md +++ b/doc/payment-api.md @@ -151,7 +151,7 @@ RPC_WALLET_ERROR (-4) | _Unspecified problem with wallet_ ----------------------| ------------------------------------- "Could not find previous JoinSplit anchor" | Try restarting node with `-reindex`. "Error decrypting output note of previous JoinSplit: __" | -"Could not find witness for note commitment" | Try restarting node with `-reindex`. +"Could not find witness for note commitment" | Try restarting node with `-rescan`. "Witness for note commitment is null" | Missing witness for note commitement. "Witness for spendable note does not have same anchor as change input" | Invalid anchor for spendable note witness. "Not enough funds to pay miners fee" | Retry with sufficient funds.