mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-17 12:53:31 +01:00
Bugfix: Fix a variety of misspellings
(PARTIAL: Left out anything changing debug.log)
This commit is contained in:
@@ -215,7 +215,7 @@ bool CAddress::IsRoutable() const
|
||||
|
||||
bool CAddress::IsValid() const
|
||||
{
|
||||
// Clean up 3-byte shifted addresses caused by garbage in size field
|
||||
// Cleanup 3-byte shifted addresses caused by garbage in size field
|
||||
// of addr messages from versions before 0.2.9 checksum.
|
||||
// Two consecutive addr messages look like this:
|
||||
// header20 vectorlen3 addr26 addr26 addr26 header20 vectorlen3 addr26 addr26 addr26...
|
||||
|
||||
Reference in New Issue
Block a user