Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
open est fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptokage1996 committed Sep 27, 2024
1 parent c9bb641 commit b9518cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pub enum ElysQuery {
PerpetualQueryPositions { pagination: PageRequest },
#[returns(PerpetualMtpResponse)]
PerpetualMtp { address: String, id: u64 },
#[returns(PerpetualOpenEstimationResponse)]
#[returns(PerpetualOpenEstimationRawResponse)]
PerpetualOpenEstimation {
position: i32,
leverage: SignedDecimal,
Expand Down

0 comments on commit b9518cb

Please sign in to comment.