Fix a typo: BIP11 -> BIP111 (#2223)
This commit is contained in:
parent
4c276dae64
commit
a6e272bf1c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue