From cee4e38cc29b7f756b712885205fd74397020af2 Mon Sep 17 00:00:00 2001 From: Wilhelm Thieme Date: Wed, 4 Dec 2024 10:01:35 -0500 Subject: [PATCH] Fix fetch position by owner naming --- rust-sdk/whirlpool/src/position.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-sdk/whirlpool/src/position.rs b/rust-sdk/whirlpool/src/position.rs index 88bda7f2e..6a56a6451 100644 --- a/rust-sdk/whirlpool/src/position.rs +++ b/rust-sdk/whirlpool/src/position.rs @@ -118,16 +118,16 @@ fn get_position_in_bundle_addresses(position_bundle: &PositionBundle) -> Vec Result, Box> {