Skip to content

Commit

Permalink
refactor: changing asm folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Domi1999 authored and Domi1999 committed Dec 11, 2023
1 parent 4c9ae33 commit 1deb79a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miden-lib/src/notes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub enum Script {
/// Users can create notes with a standard script. Atm we provide two standard scripts:
/// 1. P2ID - pay to id.
/// 2. P2IDR - pay to id with recall after a certain block height.
#[cfg(feature = "std")]
pub fn create_note(
script: Script,
assets: Vec<Asset>,
Expand Down

0 comments on commit 1deb79a

Please sign in to comment.