Skip to content

Commit

Permalink
Rename mining client correctly according to their test filename
Browse files Browse the repository at this point in the history
  • Loading branch information
elenadimitrova committed Jan 25, 2019
1 parent 6f39507 commit fefc28f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ReputationMinerTestWrapper from "./ReputationMinerTestWrapper";

class MaliciousReputationMinerClaimNew extends ReputationMinerTestWrapper {
class MaliciousReputationMinerUnsure extends ReputationMinerTestWrapper {
// Not really sure how to describe this malicous mining client...
// It ends up proving a too-large newest reputation for the nNodes it claimed in the
// JRH (so in the test in question, the intermediate value had 6 nodes, but it proves
Expand Down Expand Up @@ -38,4 +38,4 @@ class MaliciousReputationMinerClaimNew extends ReputationMinerTestWrapper {
}
}

export default MaliciousReputationMinerClaimNew;
export default MaliciousReputationMinerUnsure;

0 comments on commit fefc28f

Please sign in to comment.