diff --git a/main.cpp b/main.cpp index 529dff855..3caee69af 100644 --- a/main.cpp +++ b/main.cpp @@ -950,6 +950,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);