Skip to content

Commit

Permalink
Add vec import in wallet-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Aug 29, 2024
1 parent ac77455 commit 41e5ce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wallet-core/src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

//! Helper functions for working with notes.

use alloc::vec::Vec;

use crate::prelude::{
Note, PhoenixPublicKey, PhoenixSecretKey, MAX_INPUT_NOTES,
};
Expand Down

0 comments on commit 41e5ce9

Please sign in to comment.