Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Adding Core unit tests #55

Merged
merged 13 commits into from
Feb 8, 2024
Prev Previous commit
Next Next commit
fix lint
dekz committed Jan 8, 2024

Verified

This commit was signed with the committer’s verified signature.
dekz Jacob Evans
commit 86814376f842c5288c6a45be5335a22e0516d206
1 change: 0 additions & 1 deletion src/core/Permit2Payment.sol
Original file line number Diff line number Diff line change
@@ -245,7 +245,6 @@ abstract contract Permit2BatchPayment is Permit2BatchPaymentAbstract, AllowanceH
newDetail.amount = oldDetail.requestedAmount;
}
}

}

abstract contract Permit2Payment is Permit2PaymentAbstract, AllowanceHolderContext {