Skip to main content

hashes_match

Function hashes_match 

Source
pub fn hashes_match(a: &[u8], b: &[u8]) -> bool
Expand description

Compare two block hashes, accounting for LE/BE byte order differences between native gRPC lightwalletd (BE display order) and zidecar (LE internal).