Skip to content

Commit

Permalink
Revert "fix: capitalize scalar receipt header" (#129)
Browse files Browse the repository at this point in the history
This reverts commit 4a7f2e3.
  • Loading branch information
gusinacio authored Feb 29, 2024
1 parent 4a7f2e3 commit e046a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/indexer_service/http/scalar_receipt_header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl Deref for ScalarReceipt {
}

lazy_static! {
static ref SCALAR_RECEIPT: HeaderName = HeaderName::from_static("Scalar-Receipt");
static ref SCALAR_RECEIPT: HeaderName = HeaderName::from_static("scalar-receipt");
}

impl Header for ScalarReceipt {
Expand Down

0 comments on commit e046a97

Please sign in to comment.