diff --git a/main.cpp b/main.cpp index 17a1b81c5..1c2292bad 100644 --- a/main.cpp +++ b/main.cpp @@ -958,6 +958,8 @@ void ReacceptWalletTransactions() } for (int i = 0; i < txindex.vSpent.size(); i++) { + if (wtx.IsSpent(i)) + continue; if (!txindex.vSpent[i].IsNull() && wtx.vout[i].IsMine()) { wtx.MarkSpent(i);