Skip to content

Commit aff040d

Browse files
committed
Remove useless comment for CapacityVerifier
1 parent d82347b commit aff040d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

verification/src/transaction_verifier.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ impl<'a> DuplicateDepsVerifier<'a> {
523523
/// Perform inputs and outputs `capacity` field related verification
524524
pub struct CapacityVerifier {
525525
resolved_transaction: Arc<ResolvedTransaction>,
526-
// It's Option because special genesis block do not have dao system cell
527526
dao_type_hash: Byte32,
528527
}
529528

0 commit comments

Comments
 (0)