Skip to content

Commit

Permalink
Fix wrong map key threshold_shark_reg_depth -> threshold_whale_reg_depth
Browse files Browse the repository at this point in the history
  • Loading branch information
andyoknen committed Aug 29, 2022
1 parent 8383efb commit 0ea51a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocketdb/consensus/Base.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ namespace PocketConsensus
} },

// Thresholds for obtaining badges - WHALE
{ threshold_shark_reg_depth, {
{ threshold_whale_reg_depth, {
{ NetworkMain, { {0, 207360} } },
{ NetworkTest, { {0, 1} } }
} },
Expand Down

0 comments on commit 0ea51a2

Please sign in to comment.