Skip to content

Commit

Permalink
Removes old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Jun 5, 2023
1 parent bf00f1f commit b752e7d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/src/lib/node/ledger/shell/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<CA>(
&self,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit b752e7d

Please sign in to comment.