Skip to content

Commit

Permalink
Minor update in FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Demin committed Jul 15, 2024
1 parent 2d7e2a3 commit de85554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ impl Builder {
}

/// Add an instruction to burn a given amount of a specific asset.
// FIXME: Should we add `add_burn` into `testing` (into `arb_bundle` function)
// FIXME: Should we add `add_burn` into the `into_bundle` function in this testing module
// (like `add_spend` and `add_output` are used there)?
pub fn add_burn(&mut self, asset: AssetBase, value: NoteValue) -> Result<(), BuildError> {
use std::collections::hash_map::Entry;
Expand Down

0 comments on commit de85554

Please sign in to comment.