Skip to content

Commit 012b18e

Browse files
Update tap_core/src/rav/request.rs
Co-authored-by: Joseph Livesey <[email protected]>
1 parent cd14047 commit 012b18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_core/src/rav/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::{
1212

1313
/// Request to `tap_aggregator` to aggregate receipts into a Signed RAV.
1414
#[derive(Debug)]
15-
pub struct RAVRequest<Rcpt> {
15+
pub struct RavRequest<Rcpt> {
1616
/// List of checked and reserved receipts to aggregate
1717
pub valid_receipts: Vec<ReceiptWithState<Checked, Rcpt>>,
1818
/// Optional previous RAV to aggregate with

0 commit comments

Comments
 (0)