Skip to content

Commit 3e3362d

Browse files
committed
f use-only Hash trait
1 parent 2762ec8 commit 3e3362d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel_id.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use crate::ln::msgs::DecodeError;
1313
use crate::sign::EntropySource;
1414
use crate::util::ser::{Readable, Writeable, Writer};
1515

16-
use bitcoin::hashes::Hash;
16+
use bitcoin::hashes::Hash as _;
1717
use bitcoin::hashes::sha256::Hash as Sha256;
1818

1919
use crate::io;

0 commit comments

Comments
 (0)