mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 06:47:54 +01:00
BitcoinSerializer: Remove a redundant log message when handling an unknown message.
This commit is contained in:
parent
54c94c9178
commit
8b74c2681c
1 changed files with 0 additions and 1 deletions
|
@ -256,7 +256,6 @@ public class BitcoinSerializer extends MessageSerializer {
|
|||
} else if (command.equals("sendheaders")) {
|
||||
return new SendHeadersMessage(params, payloadBytes);
|
||||
} else {
|
||||
log.warn("No support for deserializing message with name {}", command);
|
||||
return new UnknownMessage(params, command, payloadBytes);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue