Skip to content

Commit

Permalink
chore: Refine TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed Jan 16, 2025
1 parent 7703ad7 commit b3a2b04
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/fraud_proofs/global_merkle_root/storage/src/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ where
// TODO: Insert blobs.
// TODO: Insert raw code for created contracts.

// TODO: Process the type of the transaction (and figure out what that means ;) )

Ok(())
}

Expand Down Expand Up @@ -268,11 +266,6 @@ where
TransactionValidityError::InvalidContractInputIndex(utxo_id),
))?;
}

// TODO: Think about it more: Maybe we want to create a global Merkle root
// of roots for the contract.
//
// Comment(netrome): I don't see what we'd gain by this.
Ok(())
}
}
Expand Down

0 comments on commit b3a2b04

Please sign in to comment.