Fix a typo: BIP11 -> BIP111 (#2223)

This commit is contained in:
teor 2021-05-28 22:50:43 +10:00 committed by GitHub
parent 4c276dae64
commit a6e272bf1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,7 @@ where
| Message::FilterAdd { .. }
| Message::FilterClear { .. } => {
self.fail_with(PeerError::UnsupportedMessage(
"got BIP11 message without advertising NODE_BLOOM",
"got BIP111 message without advertising NODE_BLOOM",
));
return;
}