Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Change name of YellowClearing var to mixedcase #33

Open
nksazonov opened this issue Oct 27, 2022 · 0 comments
Open

Change name of YellowClearing var to mixedcase #33

nksazonov opened this issue Oct 27, 2022 · 0 comments
Labels
code style Something is wrong with code style YellowClearing Changes to YellowClearing contract

Comments

@nksazonov
Copy link
Contributor

nksazonov commented Oct 27, 2022

To comply with solhint rules.

From

struct IdentityPayload {
    YellowClearingBase YellowClearing;
    address participant;
    uint64 nonce;
}

To

struct IdentityPayload {
    YellowClearingBase yellowClearing;
     address participant;
     uint64 nonce;
}
@nksazonov nksazonov added YellowClearing Changes to YellowClearing contract code style Something is wrong with code style labels Oct 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
code style Something is wrong with code style YellowClearing Changes to YellowClearing contract
Projects
None yet
Development

No branches or pull requests

1 participant