Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Dec 10, 2024
1 parent b823cde commit c2fd86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dan_layer/storage/src/consensus_models/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ mod tests {
CommandOrdering::TransactionId(&TransactionId::default())
);
let commitment = UnclaimedConfidentialOutputAddress::from_str(
"component_0000000000000000000000000000000000000000000000000000000000000000",
"commitment_0000000000000000000000000000000000000000000000000000000000000000",
)
.unwrap();

Expand Down

0 comments on commit c2fd86a

Please sign in to comment.