Skip to content

Commit

Permalink
test-wallet: Adapt to new wallet-core
Browse files Browse the repository at this point in the history
Co-authored-by: Daksh <[email protected]>
  • Loading branch information
moCello and Daksh14 committed Sep 9, 2024
1 parent 5ae3d86 commit 0f4ceab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test-wallet/src/imp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0f4ceab

Please sign in to comment.