Skip to content

Commit

Permalink
Add Address Lookup as a node type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-M-Smith committed Aug 17, 2022
1 parent 5004f60 commit c646a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define ENUMS_H

namespace enums {
enum NodeType {LIGHT, FULL, MINING};
enum NodeType {LIGHT, FULL, MINING, ADDRESS_LOOKUP};
enum MiningMethod {CPU, GPU};
enum PaddingType {MAXIMUM, NONE, CUSTOM};
enum NodeListPurpose {REGISTRATION, SYNC};
Expand Down

0 comments on commit c646a6f

Please sign in to comment.