mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Merge branch 'master' into Development
This commit is contained in:
commit
2cbe7454aa
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ public class ArbitratorManager {
|
||||||
.filter(e -> {
|
.filter(e -> {
|
||||||
final boolean isInPublicKeyInList = isPublicKeyInList(Utils.HEX.encode(e.getRegistrationPubKey()));
|
final boolean isInPublicKeyInList = isPublicKeyInList(Utils.HEX.encode(e.getRegistrationPubKey()));
|
||||||
if (!isInPublicKeyInList)
|
if (!isInPublicKeyInList)
|
||||||
log.warn("We got an arbitrator which is not in our list of publicKeys. Arbitrator=", e.toString());
|
log.warn("We got an arbitrator which is not in our list of publicKeys. Arbitrator={}", e.toString());
|
||||||
final boolean isSigValid = verifySignature(e.getPubKeyRing().getSignaturePubKey(),
|
final boolean isSigValid = verifySignature(e.getPubKeyRing().getSignaturePubKey(),
|
||||||
e.getRegistrationPubKey(),
|
e.getRegistrationPubKey(),
|
||||||
e.getRegistrationSignature());
|
e.getRegistrationSignature());
|
||||||
|
|
Loading…
Add table
Reference in a new issue