add max label length constant to match db schema

This commit is contained in:
Craig Raw 2025-01-30 14:49:23 +02:00
parent b2c362d5a7
commit 342c85a39e

View file

@ -1,6 +1,8 @@
package com.sparrowwallet.drongo.wallet; package com.sparrowwallet.drongo.wallet;
public class Persistable { public class Persistable {
public static final int MAX_LABEL_LENGTH = 255;
private Long id; private Long id;
public Long getId() { public Long getId() {