Skip to content

Commit a95c402

Browse files
committed
fix(internal): add missing source in MerkleTreeComputationError
1 parent 5a699e2 commit a95c402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cardano-node/mithril-cardano-node-internal-database/src/digesters/immutable_digester.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ pub enum ImmutableDigesterError {
124124

125125
/// Error raised when the Merkle tree computation failed.
126126
#[error("Merkle tree computation failed")]
127-
MerkleTreeComputationError(StdError),
127+
MerkleTreeComputationError(#[source] StdError),
128128
}
129129

130130
/// Computed immutables digests

0 commit comments

Comments
 (0)