Skip to content

Commit 7440bc8

Browse files
committed
f use-only Hash trait
1 parent 8b0e437 commit 7440bc8

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
@@ -16,7 +16,7 @@ use crate::ln::msgs::DecodeError;
1616
use crate::sign::EntropySource;
1717
use crate::util::ser::{Readable, Writeable, Writer};
1818

19-
use bitcoin::hashes::Hash;
19+
use bitcoin::hashes::Hash as _;
2020
use bitcoin::hashes::sha256::Hash as Sha256;
2121

2222
use crate::io;

0 commit comments

Comments
 (0)