From 6e90c9c178efe8e63dd8f318a47f81e6b33df882 Mon Sep 17 00:00:00 2001 From: Al-Kindi-0 <82364884+Al-Kindi-0@users.noreply.github.com> Date: Wed, 19 Oct 2022 08:11:01 +0200 Subject: [PATCH] feat: Merklepathset & Merkle tree --- crypto/src/merkle/mod.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crypto/src/merkle/mod.rs b/crypto/src/merkle/mod.rs index 8ab7067..0e7f778 100644 --- a/crypto/src/merkle/mod.rs +++ b/crypto/src/merkle/mod.rs @@ -36,7 +36,4 @@ pub enum MerkleError { InvalidDepth(u32, u32), InvalidPath(Vec), NodeNotInSet(u64), -} - -// UTILITY FUNCTIONS -// ================================================================================================ +} \ No newline at end of file