mycelium-ethereum / perpetual-pools-contracts

Repo for Tracer Pool Swaps Protocol
26 stars 13 forks source link

Add a pair of `isMint` and `isBurn` helpers for `CommitType` #452

Closed CalabashSquash closed 2 years ago

CalabashSquash commented 2 years ago

This would improve readability instead of having to manually check commit type against both CommitType.ShortMint and CommitType.LongMint