Skip to content

Commit

Permalink
wallet-core: adjustment after rebasing with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ZER0 committed Sep 9, 2024
1 parent 44b8bfe commit a2a0ae4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions wallet-core/src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
use alloc::vec::Vec;

use super::{alloc, Note};

use execution_core::transfer::phoenix::Note;
use execution_core::BlsScalar;

/// The maximum amount of input notes that can be spend in one
Expand Down
8 changes: 0 additions & 8 deletions wallet-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,4 @@ pub mod prelude {
pub use crate::keys;
}

use alloc::vec::Vec;

use dusk_bytes::{DeserializableSlice, Serializable, Write};

use execution_core::transfer::phoenix::{Note, ViewKey as PhoenixViewKey};

pub use notes::map_owned;

pub use notes::{map_owned, phoenix_balance, BalanceInfo};

0 comments on commit a2a0ae4

Please sign in to comment.