Skip to content

Commit a579b72

Browse files
committed
Sep 8 rebase fixes
1 parent 0a9b20c commit a579b72

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/wallet/wallet2.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6519,12 +6519,9 @@ void wallet2::load(const std::string& wallet_, const epee::wipeable_string& pass
65196519
THROW_WALLET_EXCEPTION_IF(true, error::file_read_error, "failed to load keys from buffer");
65206520
}
65216521

6522-
<<<<<<< HEAD
6523-
=======
65246522
// We may have loaded a max reorg depth different than the default
65256523
m_tree_cache.set_max_reorg_depth(m_max_reorg_depth);
65266524

6527-
>>>>>>> 2e2eadb70 (fcmp++ mega commit [3/27/25])
65286525
wallet_keys_unlocker unlocker(*this, &password);
65296526

65306527
//keys loaded ok!

0 commit comments

Comments
 (0)