From bcb04e2deaf816dc6b223be47de53e37fb1c0218 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Mon, 15 Jan 2024 14:37:41 +0100 Subject: [PATCH] add log --- sdk/src/client/api/block_builder/input_selection/remainder.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk/src/client/api/block_builder/input_selection/remainder.rs b/sdk/src/client/api/block_builder/input_selection/remainder.rs index 651fcfbd00..efcfa38fed 100644 --- a/sdk/src/client/api/block_builder/input_selection/remainder.rs +++ b/sdk/src/client/api/block_builder/input_selection/remainder.rs @@ -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())?;