diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 7800bd76f1..9f696abd79 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -5637,4 +5637,4 @@ bool CWallet::GetKeyOrigin(const CKeyID& keyID, KeyOriginInfo& info) const { } std::copy(keyID.begin(), keyID.begin() + 4, info.fingerprint); return true; -} \ No newline at end of file +}