Skip to content

Commit

Permalink
remove abandoned coma
Browse files Browse the repository at this point in the history
  • Loading branch information
nikanor.goreglyad committed Jul 29, 2024
1 parent d3dddae commit 9fd4f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amm_core/oracles/agg.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mod OracleAgg {
// @param base_token_addr: Address of base token in given ticker
// @return current_price: Current spot price
fn get_current_price(
quote_token_addr: ContractAddress, base_token_addr: ContractAddress,
quote_token_addr: ContractAddress, base_token_addr: ContractAddress
) -> Fixed {
let curr_block = get_block_info().unbox().block_number;
let (last_price, last_price_block_num) = read_latest_oracle_price(
Expand Down

0 comments on commit 9fd4f8e

Please sign in to comment.