Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Mar 11, 2024
2 parents 6f44c5c + cca1769 commit 45c2318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ address = "0x068f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8"
min_price = 2000
max_price = 10000
decimals = 18
max_quote_validity = 600
max_quote_validity = 600
2 changes: 1 addition & 1 deletion src/endpoints/get_altcoin_quote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub async fn handler(
"quote": current_price_wei,
"r": signature.r,
"s": signature.s,
"max_validity": max_validity_timestamp
"max_quote_validity": max_validity_timestamp
})),
)
.into_response(),
Expand Down

0 comments on commit 45c2318

Please sign in to comment.