Skip to content

Commit

Permalink
Remove duplicate log
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Feb 5, 2019
1 parent fc362c7 commit df0a8b7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ private void revealVote(MyVote myVote, boolean inBlindVotePhase) {
// If we are not in the right phase we just add an empty hash (still need to have the hash as otherwise we
// would not recognize the tx as vote reveal tx)
byte[] hashOfBlindVoteList = inBlindVotePhase ? getHashOfBlindVoteList() : new byte[20];
log.info("revealVote: Sha256Ripemd160 hash of hashOfBlindVoteList " + Utilities.bytesAsHexString(hashOfBlindVoteList));
byte[] opReturnData = VoteRevealConsensus.getOpReturnData(hashOfBlindVoteList, myVote.getSecretKey());

// We search for my unspent stake output.
Expand Down

0 comments on commit df0a8b7

Please sign in to comment.