Skip to content

Commit

Permalink
Remove useless comment for CapacityVerifier
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Oct 11, 2023
1 parent d82347b commit aff040d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion verification/src/transaction_verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ impl<'a> DuplicateDepsVerifier<'a> {
/// Perform inputs and outputs `capacity` field related verification
pub struct CapacityVerifier {
resolved_transaction: Arc<ResolvedTransaction>,
// It's Option because special genesis block do not have dao system cell
dao_type_hash: Byte32,
}

Expand Down

0 comments on commit aff040d

Please sign in to comment.