Fix a typo: BIP11 -> BIP111 (#2223)
This commit is contained in:
parent
4c276dae64
commit
a6e272bf1c
|
|
@ -843,7 +843,7 @@ where
|
||||||
| Message::FilterAdd { .. }
|
| Message::FilterAdd { .. }
|
||||||
| Message::FilterClear { .. } => {
|
| Message::FilterClear { .. } => {
|
||||||
self.fail_with(PeerError::UnsupportedMessage(
|
self.fail_with(PeerError::UnsupportedMessage(
|
||||||
"got BIP11 message without advertising NODE_BLOOM",
|
"got BIP111 message without advertising NODE_BLOOM",
|
||||||
));
|
));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue