Skip to content

Commit

Permalink
fix:duplicate emit
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Oct 23, 2024
1 parent 21525d8 commit ea34b14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/sponsorship/BiconomySponsorshipPaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,6 @@ contract BiconomySponsorshipPaymaster is
}
// here adjustedGasCost does not account for gasPenalty. prechargedAmount accounts for penalty with maxGasPenalty
emit GasBalanceDeducted(paymasterId, adjustedGasCost, premium);

// here adjustedGasCost does not account for gasPenalty. prechargedAmount accounts for penalty with
// maxGasPenalty
emit GasBalanceDeducted(paymasterId, adjustedGasCost, premium);
}

/**
Expand Down

0 comments on commit ea34b14

Please sign in to comment.