Skip to content

Commit

Permalink
apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed May 26, 2023
1 parent 7aa5dcf commit 23770b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/evo/evodb.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// "b_b" was used in the initial version of deterministic MN storage
// "b_b2" was used after compact diffs were introduced
// "b_b3" was used after masternode type introduction in evoDB
// "b_b4" was used after storing bls version for each masternode in evoDB
// "b_b4" was used after storing protx version for each masternode in evoDB
static const std::string EVODB_BEST_BLOCK = "b_b4";

class CEvoDB;
Expand Down
2 changes: 1 addition & 1 deletion src/masternode/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct CActiveMasternodeInfo {
uint256 proTxHash;
COutPoint outpoint;
CService service;
bool legacy{true}; // TODO: or nVersion?
bool legacy{true};
};


Expand Down

0 comments on commit 23770b5

Please sign in to comment.