From df0a8b7571d8395a69e55d864a01cc07cd4a571a Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Tue, 5 Feb 2019 22:51:32 +0100 Subject: [PATCH] Remove duplicate log --- .../bisq/core/dao/governance/votereveal/VoteRevealService.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java b/core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java index fd16b898598..860d93d4354 100644 --- a/core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java +++ b/core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java @@ -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.