Skip to content

Commit

Permalink
[Trivial] Cleanup after MOVE-ONLY commits
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Jun 2, 2021
1 parent e067235 commit ffcd781
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "spork.h"
#include "util/system.h"
#include "utilmoneystr.h"
#include "wallet/init.h"
#include "wallet/fees.h"
#include "zpivchain.h"

Expand Down Expand Up @@ -693,12 +692,6 @@ void CWallet::SyncMetaData(std::pair<typename TxSpendMap<T>::iterator, typename
}
}

///////// Init ////////////////



//////// End Init ////////////

const CKeyingMaterial& CWallet::GetEncryptionKey() const
{
return vMasterKey;
Expand Down

0 comments on commit ffcd781

Please sign in to comment.