Skip to content

Commit

Permalink
add some docstring to the invalid_dummy_spend test
Browse files Browse the repository at this point in the history
  • Loading branch information
avahowell committed Feb 24, 2024
1 parent be66f69 commit de591bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/app/tests/spend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ async fn spend_happy_path() -> anyhow::Result<()> {
}

// PoC for issue surfaced in zellic audit: https://github.com/penumbra-zone/penumbra/issues/3859
// test that 0-value spends with invalid proofs are not accepted
#[tokio::test]
#[cfg_attr(
debug_assertions,
Expand Down

0 comments on commit de591bb

Please sign in to comment.