From d7b53cba40d2dd7a8b68f8741c958a817cbb3ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Mon, 17 Jul 2023 10:19:53 +0100 Subject: [PATCH] don't send funds for pledge decrease simulation --- nym-wallet/src-tauri/src/operations/simulate/mixnet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-wallet/src-tauri/src/operations/simulate/mixnet.rs b/nym-wallet/src-tauri/src/operations/simulate/mixnet.rs index 0f12ff80c4..19bfe80970 100644 --- a/nym-wallet/src-tauri/src/operations/simulate/mixnet.rs +++ b/nym-wallet/src-tauri/src/operations/simulate/mixnet.rs @@ -128,7 +128,7 @@ pub async fn simulate_update_pledge( .attempt_convert_to_base_coin(dec_delta.clone())? .into(), }, - Some(dec_delta), + None, &state, ) .await