Skip to content

Commit

Permalink
fix(core): remove serde flatten
Browse files Browse the repository at this point in the history
  • Loading branch information
sinui0 authored and heeckhau committed Oct 1, 2024
1 parent 3de203e commit 6ed3337
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/merkle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ impl MerkleError {
pub(crate) struct MerkleProof {
alg: HashAlgId,
tree_len: usize,
#[serde(flatten)]
proof: rs_merkle::MerkleProof<Hash>,
}

Expand Down

0 comments on commit 6ed3337

Please sign in to comment.