Skip to content

Commit b499d43

Browse files
committed
adapter - fix clippy warning
1 parent 97bcef1 commit b499d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapter/src/ethereum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ impl Adapter for EthereumAdapter {
165165

166166
if eth_channel_id != channel.id {
167167
return Err(AdapterError::Adapter(Error::InvalidChannelId {
168-
expected: ChannelId::from(eth_channel_id),
168+
expected: eth_channel_id,
169169
actual: channel.id,
170170
}));
171171
}

0 commit comments

Comments
 (0)