mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Add getDefaultStorageFileName method
This commit is contained in:
parent
85b33bcfce
commit
92c9c3cd7e
1 changed files with 4 additions and 0 deletions
|
@ -29,4 +29,8 @@ public interface PersistableEnvelope extends Envelope {
|
|||
default Message toPersistableMessage() {
|
||||
return toProtoMessage();
|
||||
}
|
||||
|
||||
default String getDefaultStorageFileName() {
|
||||
return this.getClass().getSimpleName();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue