From 73a7ef54b31eaa1586d6767056ca512199e3ac70 Mon Sep 17 00:00:00 2001 From: Nate Maninger Date: Tue, 29 Oct 2024 21:42:46 -0700 Subject: [PATCH] wallet: fix lint --- wallet/update.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wallet/update.go b/wallet/update.go index a215da2..9392c7a 100644 --- a/wallet/update.go +++ b/wallet/update.go @@ -16,6 +16,7 @@ type ( ForEachTreeNode(fn func(row uint64, col uint64, h types.Hash256)) } + // A ProofUpdater is an interface for updating Merkle proofs. ProofUpdater interface { UpdateElementProof(*types.StateElement) }