mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Printe hex of ownerPubKe
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
79d43fea51
commit
0e306d6556
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ import bisq.common.proto.ProtoUtil;
|
|||
import bisq.common.proto.network.GetDataResponsePriority;
|
||||
import bisq.common.util.CollectionUtils;
|
||||
import bisq.common.util.ExtraDataMapValidator;
|
||||
import bisq.common.util.Hex;
|
||||
import bisq.common.util.Utilities;
|
||||
|
||||
import protobuf.StoragePayload;
|
||||
|
@ -558,7 +559,7 @@ public final class Filter implements ProtectedStoragePayload, ExpirablePayload,
|
|||
",\n btcFeeReceiverAddresses=" + btcFeeReceiverAddresses +
|
||||
",\n bannedPrivilegedDevPubKeys=" + bannedPrivilegedDevPubKeys +
|
||||
",\n extraDataMap=" + extraDataMap +
|
||||
",\n ownerPubKey=" + ownerPubKey +
|
||||
",\n ownerPubKey=" + Hex.encode(ownerPubKeyBytes) +
|
||||
",\n disableAutoConf=" + disableAutoConf +
|
||||
",\n nodeAddressesBannedFromNetwork=" + nodeAddressesBannedFromNetwork +
|
||||
",\n disableMempoolValidation=" + disableMempoolValidation +
|
||||
|
|
Loading…
Add table
Reference in a new issue