gridcoin-community / Gridcoin-Research

Gridcoin-Research
MIT License
585 stars 173 forks source link

gui: Add missing switch cases for ALREADY_IN_MEMPOOL #2728

Closed jamescowens closed 6 months ago

jamescowens commented 6 months ago

This small PR corrects missing switch case statements to handle beacon status ALREADY_IN_MEMPOOL.

div72 commented 6 months ago

-Wall should contain -Wswitch, how did this not trigger any warnings?

jamescowens commented 6 months ago

Good question!