mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-11-05 11:56:38 +00:00
add max label length constant to match db schema
This commit is contained in:
parent
b2c362d5a7
commit
342c85a39e
1 changed files with 2 additions and 0 deletions
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue