mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 00:45:23 -04:00
Handle offer removal on disconnects
This commit is contained in:
parent
cb236f65fb
commit
58bb1868a3
29 changed files with 532 additions and 385 deletions
|
@ -10,7 +10,7 @@ public class ByteArray implements Serializable {
|
|||
// That object is sent over the wire, so we need to take care of version compatibility.
|
||||
private static final long serialVersionUID = Version.P2P_NETWORK_VERSION;
|
||||
|
||||
private final byte[] bytes;
|
||||
public final byte[] bytes;
|
||||
|
||||
public ByteArray(byte[] bytes) {
|
||||
this.bytes = bytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue