mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Avoid leaving return types or function attributes on their own lines.
This commit is contained in:
parent
0050cf21ce
commit
bdab0cf58c
6 changed files with 9 additions and 20 deletions
|
|
@ -1127,8 +1127,7 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
void
|
||||
Set(uint256 hash, const std::vector<unsigned char>& vchSig, const std::vector<unsigned char>& pubKey)
|
||||
void Set(uint256 hash, const std::vector<unsigned char>& vchSig, const std::vector<unsigned char>& pubKey)
|
||||
{
|
||||
// DoS prevention: limit cache size to less than 10MB
|
||||
// (~200 bytes per cache entry times 50,000 entries)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue