From 27492b82a5eb7192fe03039fcaf1cecce81087ac Mon Sep 17 00:00:00 2001 From: Marco Granelli Date: Tue, 30 May 2023 23:31:37 +0200 Subject: [PATCH] Removes old comments --- apps/src/lib/node/ledger/shell/mod.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/src/lib/node/ledger/shell/mod.rs b/apps/src/lib/node/ledger/shell/mod.rs index d6bc48079cb..97cd8a0e412 100644 --- a/apps/src/lib/node/ledger/shell/mod.rs +++ b/apps/src/lib/node/ledger/shell/mod.rs @@ -1016,9 +1016,6 @@ where } /// Check that the Wrapper's signer has enough funds to pay fees. - /// - /// For security reasons, the `chain_id` and `expiration` fields should come - /// from the serialized wrapper, not from the Shell. //FIXME: remove this and check it remove from other places #[allow(clippy::too_many_arguments)] pub fn wrapper_fee_check( &self, @@ -1092,10 +1089,8 @@ where .expect("Missing fee unshielding gas limit in storage"); // Runtime check - tracing::error!("WAL content: {:?}", temp_wl_storage.write_log); //FIXME: remove match apply_tx( TxType::Decrypted(DecryptedTx::Decrypted { - //FIXME: I can already build this correctly? tx: unshield, #[cfg(not(feature = "mainnet"))] has_valid_pow: false,