Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
docs: add comment to why user_address is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
politeWall committed Dec 18, 2023
1 parent bf0f929 commit 61a9d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/query/margin_open_estimation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub fn margin_open_estimation(
trading_asset: String,
collateral: Coin,
take_profit_price: Decimal,
_user_address: String,
_user_address: String, // Parameter unused until account history work
) -> StdResult<MarginOpenEstimationResponse> {
let querier = ElysQuerier::new(&deps.querier);

Expand Down

0 comments on commit 61a9d5f

Please sign in to comment.