Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jan 15, 2024
1 parent 8f60248 commit bcb04e2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ impl InputSelection {

let remainder = remainder_builder.finish_output()?;

// TODO add log
log::debug!("Created remainder output of {amount_diff} for {remainder_address:?}");
log::debug!("Created remainder output of amount {amount_diff} and mana {mana_diff} for {remainder_address:?}");

remainder.verify_storage_deposit(self.protocol_parameters.storage_score_parameters())?;

Expand Down

0 comments on commit bcb04e2

Please sign in to comment.