From 77ba35df22c36ba7abfed7b20c20dd47471a6777 Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Mon, 3 Jun 2024 18:04:44 -0700 Subject: [PATCH] Update hasher.go Co-authored-by: h5law Signed-off-by: Daniel Olshansky --- hasher.go | 1 + 1 file changed, 1 insertion(+) diff --git a/hasher.go b/hasher.go index dace46b..8930bf0 100644 --- a/hasher.go +++ b/hasher.go @@ -47,6 +47,7 @@ type valueHasher struct { trieHasher } +// nilPathHasher is a dummy hasher that returns its input - it should not be used outside of the closest proof verification logic type nilPathHasher struct { hashSize int }