mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Add toString
This commit is contained in:
parent
2b05ed54fc
commit
364a7f524c
@ -66,4 +66,11 @@ public class RemovedPayloadsMap implements PersistableEnvelope {
|
||||
Map.Entry::getValue));
|
||||
return new RemovedPayloadsMap(dateByHashes);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "RemovedPayloadsMap{" +
|
||||
"\n dateByHashes=" + dateByHashes +
|
||||
"\n}";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user