mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 00:45:23 -04:00
Adopt table row width, remove transient form static fields, cleanups
This commit is contained in:
parent
995a23a619
commit
474ec2145a
27 changed files with 43 additions and 45 deletions
|
@ -39,7 +39,7 @@ public class PubKeyRing implements Serializable {
|
|||
// That object is sent over the wire, so we need to take care of version compatibility.
|
||||
private static final long serialVersionUID = Version.NETWORK_PROTOCOL_VERSION;
|
||||
|
||||
transient private static final Logger log = LoggerFactory.getLogger(PubKeyRing.class);
|
||||
private static final Logger log = LoggerFactory.getLogger(PubKeyRing.class);
|
||||
|
||||
private final byte[] signaturePubKeyBytes;
|
||||
private final byte[] encryptionPubKeyBytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue