diff --git a/src/main.cpp b/src/main.cpp index e2a1f3122..66d50c5df 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4311,8 +4311,6 @@ void UnloadBlockIndex() pindexBestInvalid = NULL; pindexBestHeader = NULL; mempool.clear(); - mapOrphanTransactions.clear(); - mapOrphanTransactionsByPrev.clear(); mapBlocksUnlinked.clear(); vinfoBlockFile.clear(); nLastBlockFile = 0;