Add methods for validating aspects of PCZT bundles #190
Annotations
4 errors and 2 warnings
Run Clippy:
src/lib.rs#L45
error[E0308]: mismatched types
--> src/pczt/verify.rs:45:49
|
45 | (Some(expected_fvk), None, _) => Ok(expected_fvk),
| -- ^^^^^^^^^^^^ expected struct `keys::ViewingKey`, found `&keys::FullViewingKey`
| |
| arguments to this enum variant are incorrect
|
note: tuple variant defined here
|
Run Clippy
error: aborting due to previous error
|
Run Clippy
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
|
Run Clippy
{
"rendered": "For more information about this error, try `rustc --explain E0308`.\n",
"children": [],
"code": null,
"level": "failure-note",
"message": "For more information about this error, try `rustc --explain E0308`.",
"spans": []
}
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Clippy
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
|
Loading