From 0f4ceabc00731384777b68fb21dbf0c203269d2a Mon Sep 17 00:00:00 2001 From: moana Date: Mon, 9 Sep 2024 20:24:45 +0200 Subject: [PATCH] test-wallet: Adapt to new wallet-core Co-authored-by: Daksh --- test-wallet/src/imp.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test-wallet/src/imp.rs b/test-wallet/src/imp.rs index 34d917ec13..79e617bce6 100644 --- a/test-wallet/src/imp.rs +++ b/test-wallet/src/imp.rs @@ -36,12 +36,11 @@ use execution_core::{ use rusk_prover::LocalProver; use wallet_core::{ keys::{derive_bls_sk, derive_phoenix_sk}, - phoenix_balance, - transaction::{ + phoenix::{ phoenix as phoenix_transaction, phoenix_stake, phoenix_stake_reward, phoenix_unstake, }, - BalanceInfo, + phoenix_balance, BalanceInfo, }; const MAX_INPUT_NOTES: usize = 4;