From f9febddab9af41c6a836b7307bcb7cdfbe57a8c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Miko=C5=82ajczyk?= Date: Fri, 17 Jan 2025 14:31:50 +0100 Subject: [PATCH] checkpoint --- .../src/shielder/calls/withdraw_native.rs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/crates/integration-tests/src/shielder/calls/withdraw_native.rs b/crates/integration-tests/src/shielder/calls/withdraw_native.rs index 0272a98..20490f4 100644 --- a/crates/integration-tests/src/shielder/calls/withdraw_native.rs +++ b/crates/integration-tests/src/shielder/calls/withdraw_native.rs @@ -97,13 +97,11 @@ mod tests { use evm_utils::SuccessResult; use halo2_proofs::halo2curves::ff::PrimeField; use rstest::rstest; + use shielder_account::ShielderAccount; use shielder_circuits::F; - use shielder_rust_sdk::{ - account::ShielderAccount, - contract::ShielderContract::{ - withdrawNativeCall, ShielderContractErrors, ShielderContractEvents, WithdrawNative, - WrongContractVersion, - }, + use shielder_contract::ShielderContract::{ + withdrawNativeCall, ShielderContractErrors, ShielderContractEvents, WithdrawNative, + WrongContractVersion, }; use crate::{