Skip to content

Commit e49d6d7

Browse files
committed
Remove incorrect log
1 parent 7f232ce commit e49d6d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

protocols/v2/roles-logic-sv2/src/parsers.rs

-1
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,6 @@ impl TryFrom<u8> for MiningTypes {
931931
MESSAGE_TYPE_UPDATE_CHANNEL_ERROR => Ok(MiningTypes::UpdateChannelError),
932932
MESSAGE_TYPE_SETUP_CONNECTION => Err(Error::UnexpectedMessage(v)),
933933
_ => {
934-
error!("Invalid message type: {}", v);
935934
Err(Error::UnexpectedMessage(v))
936935
}
937936
}

0 commit comments

Comments
 (0)