minor change

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Richa 2022-04-04 20:43:19 +05:30 committed by GitHub
parent b859ad49e6
commit 6c868a6244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ abstract contract Helper is DSMath, Basic {
uint256[] flashLoanFees;
}
struct signedPermits {
struct SignedPermits {
uint8[] v;
bytes32[] r;
bytes32[] s;