mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
fix(core): remove serde flatten
This commit is contained in:
@@ -20,7 +20,6 @@ impl MerkleError {
|
||||
pub(crate) struct MerkleProof {
|
||||
alg: HashAlgId,
|
||||
tree_len: usize,
|
||||
#[serde(flatten)]
|
||||
proof: rs_merkle::MerkleProof<Hash>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user