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.
1 parent cd14047 commit 012b18eCopy full SHA for 012b18e
tap_core/src/rav/request.rs
@@ -12,7 +12,7 @@ use crate::{
12
13
/// Request to `tap_aggregator` to aggregate receipts into a Signed RAV.
14
#[derive(Debug)]
15
-pub struct RAVRequest<Rcpt> {
+pub struct RavRequest<Rcpt> {
16
/// List of checked and reserved receipts to aggregate
17
pub valid_receipts: Vec<ReceiptWithState<Checked, Rcpt>>,
18
/// Optional previous RAV to aggregate with
0 commit comments