From 8fbad9cad8fb97e8a362d155e71753b9a6fa90ea Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Wed, 1 May 2024 19:33:10 +0100 Subject: [PATCH] Remove test errors --- nym-wallet/src-tauri/src/operations/mixnet/delegate.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/nym-wallet/src-tauri/src/operations/mixnet/delegate.rs b/nym-wallet/src-tauri/src/operations/mixnet/delegate.rs index 6d4db9d476..7a705f6d03 100644 --- a/nym-wallet/src-tauri/src/operations/mixnet/delegate.rs +++ b/nym-wallet/src-tauri/src/operations/mixnet/delegate.rs @@ -389,9 +389,6 @@ pub async fn get_all_mix_delegations( mixnode_is_unbonding ); - error_strings.push("Oh no!".to_string()); - error_strings.push("Oh no, Again!".to_string()); - with_everything.push(DelegationWithEverything { owner: d.owner, mix_id: d.mix_id,