Skip to content

Commit

Permalink
node-data: refactored hasher name
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszm committed Jul 24, 2024
1 parent e503e56 commit a1e59b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-data/src/ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub use attestation::{
use crate::bls::PublicKeyBytes;
use crate::Serializable;

use rusk_abi::hash::Hasher64;
use rusk_abi::hash64::Hasher64;
use sha3::Digest;
use std::io::{self, Read, Write};

Expand Down

0 comments on commit a1e59b8

Please sign in to comment.