trivial: follow-up from 4186 review, add new-line at end of file (#4248)

This commit is contained in:
PastaPastaPasta 2021-07-14 19:54:31 -05:00 committed by GitHub
parent 3004c3498b
commit 8ef6ddead0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5637,4 +5637,4 @@ bool CWallet::GetKeyOrigin(const CKeyID& keyID, KeyOriginInfo& info) const {
}
std::copy(keyID.begin(), keyID.begin() + 4, info.fingerprint);
return true;
}
}