We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_proofs
1 parent d995d82 commit bb30ed8Copy full SHA for bb30ed8
ledger/src/proofs/transaction.rs
@@ -4765,7 +4765,7 @@ pub(super) mod tests {
4765
let _sum = dbg!(sha256_sum(&proof_json));
4766
}
4767
4768
- // #[cfg(not(target_family = "wasm"))] // same test in `test_proofs`
+ #[cfg(not(target_family = "wasm"))] // same test in `test_proofs`
4769
#[test]
4770
fn test_block_proof() {
4771
let Ok(data) = fetch_file("block_input-2483246-0.bin") else {
@@ -4807,7 +4807,7 @@ pub(super) mod tests {
4807
4808
4809
4810
- #[cfg(not(target_family = "wasm"))] // same test in `test_proofs`
+ // #[cfg(not(target_family = "wasm"))] // same test in `test_proofs`
4811
4812
fn test_proofs() {
4813
let BlockProver {
0 commit comments