Skip to content

Commit df70360

Browse files
committed
fix build
1 parent bf16b9a commit df70360

File tree

1 file changed

+1
-1
lines changed
  • src/chain-libs/cardano-legacy-address/src

1 file changed

+1
-1
lines changed

src/chain-libs/cardano-legacy-address/src/crc32.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ impl Crc32 {
277277
/// beware that the order in which you update the Crc32
278278
/// matter.
279279
#[inline]
280-
pub fn update<'a, I>(&'a mut self, bytes: I) -> &mut Self
280+
pub fn update<'a, I>(&mut self, bytes: I) -> &mut Self
281281
where
282282
I: IntoIterator<Item = &'a u8>,
283283
{

0 commit comments

Comments
 (0)