mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
serializable breaks bsq chainstate snapshotting
This commit is contained in:
parent
7e52f2f6b8
commit
dddd0623af
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@
|
|||
|
||||
package io.bisq.common.util;
|
||||
|
||||
public class Tuple2<A, B> {
|
||||
import java.io.Serializable;
|
||||
|
||||
public class Tuple2<A, B> implements Serializable {
|
||||
final public A first;
|
||||
final public B second;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue